File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 <packaging >pom</packaging >
1111
1212 <properties >
13- <emfjson-version >1.3.1-SNAPSHOT </emfjson-version >
13+ <emfjson-version >2.0.0 </emfjson-version >
1414 <p2 .repository.dest>${project.basedir} /../target/repository</p2 .repository.dest>
1515 <local .p2.root>${user.home} </local .p2.root>
1616 <remote .p2.root>genie.emfcloud@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/emfcloud</remote .p2.root>
Original file line number Diff line number Diff line change 173173 <plugin >
174174 <groupId >org.apache.maven.plugins</groupId >
175175 <artifactId >maven-javadoc-plugin</artifactId >
176- <version >2.10</version >
177- <configuration >
178- <additionalparam >-Xdoclint:none</additionalparam >
179- <failOnError >false</failOnError >
180- </configuration >
176+ <version >3.3.1</version >
177+ <executions >
178+ <execution >
179+ <id >attach-javadocs</id >
180+ <goals >
181+ <goal >jar</goal >
182+ </goals >
183+ </execution >
184+ </executions >
181185 </plugin >
182186
183187 <plugin >
You can’t perform that action at this time.
0 commit comments