You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Martin Gainty (JIRA)" <ji...@apache.org> on 2017/09/22 20:25:01 UTC

[jira] [Created] (AXIS2-5889) jaxws-integration test-compile needs to include target/generated-test-sources

Martin Gainty created AXIS2-5889:
------------------------------------

             Summary: jaxws-integration test-compile needs to include target/generated-test-sources 
                 Key: AXIS2-5889
                 URL: https://issues.apache.org/jira/browse/AXIS2-5889
             Project: Axis2
          Issue Type: Bug
          Components: jaxws
    Affects Versions: 1.7.6
         Environment: jdk 1.8
maven 3.3.3
axis2-1.8.0-SNAPSHOT
            Reporter: Martin Gainty
             Fix For: 1.8.0


       <!-- 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 -->




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org