Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHOReVOLUTION
choreospec
Commits
8b2d87d0
Commit
8b2d87d0
authored
Jan 09, 2017
by
Francesco Chicchiriccò
Browse files
Disabling JDK 8 docLint because of generated javadocs
parent
c76dc354
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
8b2d87d0
...
...
@@ -199,8 +199,7 @@ limitations under the License.
<configuration>
<sei>
eu.chorevolution.chors.Base
</sei>
<genWsdl>
true
</genWsdl>
<inlineSchemas>
true
</inlineSchemas>
<inlineSchemas>
true
</inlineSchemas>
</configuration>
</execution>
<!-- <execution>
...
...
@@ -210,16 +209,25 @@ limitations under the License.
<goal>wsimport</goal>
</goals>
<configuration>
<wsdlDirectory>${basedir}/target/generated-sources/wsdl</wsdlDirectory>
<wsdlFiles>
<wsdlFile>BaseService.wsdl</wsdlFile>
</wsdlFiles>
<wsdlLocation>http://localhost:8080/test</wsdlLocation>
</configuration>
</execution> -->
</executions>
</plugin>
<configuration>
<wsdlDirectory>${basedir}/target/generated-sources/wsdl</wsdlDirectory>
<wsdlFiles>
<wsdlFile>BaseService.wsdl</wsdlFile>
</wsdlFiles>
<wsdlLocation>http://localhost:8080/test</wsdlLocation>
</configuration>
</execution> -->
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
2.10.4
</version>
<configuration>
<additionalparam>
-Xdoclint:none
</additionalparam>
</configuration>
</plugin>
</plugins>
</build>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment