[
https://issues.jboss.org/browse/JBWS-3295?page=com.atlassian.jira.plugin....
]
Alessio Soldano updated JBWS-3295:
----------------------------------
Fix Version/s: jbossws-jaxws-tools-maven-plugin-1.1.1.GA
(was: jbossws-jaxws-tools-maven-plugin-1.1.0.GA)
Change default folder for wsconsume generated sources
-----------------------------------------------------
Key: JBWS-3295
URL:
https://issues.jboss.org/browse/JBWS-3295
Project: JBoss Web Services
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: jaxws-tools-maven-plugin
Affects Versions: jbossws-jaxws-tools-maven-plugin-1.0.1.GA
Environment: n/a
Reporter: Anders Hammar
Priority: Minor
Fix For: jbossws-jaxws-tools-maven-plugin-1.1.1.GA
The Maven convention for generated sources is for those to be created under
target/generated-sources/blabla. The AbstractWsConsumeMojo class specifies that sources be
created under target/wsconsume/java (through the default-value of the sourceDirectory
param).
I suggest this is changed to
"${project.build.directory}/generated-sources/wsconsume". (I don't see a
need for adding a trailing "java".)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira