great the d/l of xmlschema-core worked!

in modules/metadata/pom.xml i had to add target/GENERA~2/jaxb folder so mvn 
test-compile now compiles all tests


<!-- MG 09/11 add build-helper-maven-plugin to add target/GENERA~2/jaxb source 
folder -->
<plugin>
       <groupId>org.codehaus.mojo</groupId>
       <artifactId>build-helper-maven-plugin</artifactId>
       <executions>
         <execution>
           <id>add-test-source</id>
           <phase>generate-test-sources</phase>
               <goals>
             <goal>add-test-source</goal>
               </goals>
               <configuration>
              <sources>
               <source>target/GENERA~2/jaxb</source>
              </sources>
           </configuration>
                  </execution>
               </executions>
      </plugin>
<!-- end MG 09/11 add build-helper-maven-plugin -->

so now have all test classes (generated and provided) compiled to 
target/test-classes by mvn test-compile
Thanks Thorsten

________________________________
From: Thorsten Schöning <[email protected]>
Sent: Monday, September 11, 2017 8:46 AM
To: Martin Gainty
Subject: Re: [AXIS2] Some project builds fail if goal "clean" is not used

Guten Tag Martin Gainty,
am Montag, 11. September 2017 um 14:00 schrieben Sie:

> axis2-kernel-1.8.0 has dependency
> org.apache.ws.xmlschema:xmlschema-core:jar:2.2.3-20170506.104137-3.jar

> any suggestions to locate this jar?

It's a dependency of the project and therefore was downloaded by Maven
for me:

>            <dependency>
>                <groupId>org.apache.ws.xmlschema</groupId>
>                <artifactId>xmlschema-core</artifactId>
>                <version>${xmlschema.version}</version>
>            </dependency>

> C:\Users\tschoening\.m2\repository\org\apache\ws\xmlschema\xmlschema-core\2.2.3-SNAPSHOT\xmlschema-core-2.2.3-20170506.104137-3.jar

Mit freundlichen Grüßen,

Thorsten Schöning

--
Thorsten Schöning       E-Mail: [email protected]
AM-SoFT IT-Systeme      http://www.AM-SoFT.de/
Webpräsenz AM-SoFT IT-Systeme GmbH - Startseite<http://www.am-soft.de/>
www.am-soft.de
AM-SoFT IT-Systeme „Neue Wege entstehen, indem wir sie gehen!“ AM-SoFT GmbH 
IT-Systeme, 1989 in Hameln gegründet, ist EDV-Systemhaus, 
Internet-Service-Provider ...




Telefon...........05151-  9468- 55
Fax...............05151-  9468- 88
Mobil..............0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to