Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.7.6
-
None
-
None
-
jdk 1.8
maven 3.3.3
axis2-1.8.0-SNAPSHOT
Description
<!-- MCG add target\generated-test-sources subdirectories to test-compile srcpath -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<id>add-source</id>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>target/GENERA~1/jaxb/ASYNC_~2</source>
<source>target/GENERA~1/jaxb/SAMPLE~1</source>
<source>target/GENERA~1/jaxb/RPCLit</source>
<source>target/GENERA~1/jaxb/ASYNC_~1</source>
<source>target/GENERA~1/jaxb/FAULTY~1</source>
<source>target/GENERA~1/jaxb/echo</source>
<source>target/GENERA~1/jaxb/HEADER~1</source>
<source>target/GENERA~1/jaxb/GORILL~1</source>
<source>target/GENERA~1/jaxb/stock1</source>
<source>target/GENERA~1/jaxb/PROCES~1</source>
<source>target/GENERA~1/jaxb/RPCLIT~3</source>
<source>target/GENERA~1/jaxb/JAXBSO~1</source>
<source>target/GENERA~1/jaxb/FAULTS~1</source>
<source>target/GENERA~1/jaxb/SAMPLE~1</source>
<source>target/GENERA~1/jaxb/SAMPLE~2</source>
<source>target/GENERA~1/jaxb/ADDNUM~1</source>
<source>target/GENERA~1/jaxb/ADDNUM~2</source>
<source>target/GENERA~1/jaxb/PROXYD~1</source>
<source>target/GENERA~1/jaxb/GREETE~1</source>
<source>target/GENERA~1/jaxb/rpclit</source>
<source>target/GENERA~1/jaxb/RPCLIT~2</source>
<source>target/GENERA~1/jaxb/DOCLIT~3</source>
<source>target/GENERA~1/jaxb/SOAP11</source>
<source>target/GENERA~1/jaxb/DOCLIT~1</source>
<source>target/GENERA~1/jaxb/DOCLIT~2</source>
<source>target/GENERA~1/jaxb/stock2</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
<!-- MCG end add target/generated-test-sources to test-compiler srcpath -->
Attachments
Issue Links
- duplicates
-
AXIS2-5890 Build failure when running mvn install without clean
- Resolved