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 di...@apache.org on 2004/10/13 15:49:29 UTC

cvs commit: ws-axis/contrib/ews maven.xml project.xml

dims        2004/10/13 06:49:29

  Modified:    contrib/ews maven.xml project.xml
  Log:
  add the jar we built to maven classpath (avoid picking it up from remote repo)
  
  Revision  Changes    Path
  1.17      +8 -2      ws-axis/contrib/ews/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/contrib/ews/maven.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- maven.xml	13 Oct 2004 10:56:35 -0000	1.16
  +++ maven.xml	13 Oct 2004 13:49:29 -0000	1.17
  @@ -39,12 +39,18 @@
   		            <includes>j2ee_jaxrpc_mapping_1_1.xsd</includes>
                       <includes>j2ee_web_services_client_1_1.xsd</includes>
               </xmlbean>
  +
  +            <ant:path id="ews.xmlbeans.libraries">
  +                <ant:pathelement path="${maven.repo.local}/ews/jars/ews-xmlbeans-DEV.jar"/>
  +            </ant:path>
  +            <maven:addPath id="maven.dependency.classpath" refid="ews.xmlbeans.libraries"/>
  +
           </j:jelly>
       </goal>
   
       <preGoal name="java:compile">
           <attainGoal name="generate:jaxb"/>
  -        <!-- <attainGoal name="generate:xmlbeans"/> -->
  +        <attainGoal name="generate:xmlbeans"/>
   
           <path id="ews.beans.compile.src.set"
                 location="${basedir}/target/src"/>
  
  
  
  1.15      +0 -8      ws-axis/contrib/ews/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/contrib/ews/project.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.xml	13 Oct 2004 06:22:28 -0000	1.14
  +++ project.xml	13 Oct 2004 13:49:29 -0000	1.15
  @@ -415,14 +415,6 @@
                   <module>true</module>
               </properties>
           </dependency>
  -        <dependency>
  -            <groupId>ews</groupId>
  -            <artifactId>ews-xmlbeans</artifactId>
  -            <version>DEV</version>
  -            <properties>
  -                <module>true</module>
  -            </properties>
  -        </dependency>
   
       </dependencies>
   </project>