You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/12/05 03:03:59 UTC

cvs commit: avalon/repository/util maven.xml

mcconnell    2003/12/04 18:03:59

  Modified:    repository maven.xml
               repository/api maven.xml
               repository/impl maven.xml
               repository/main maven.xml
               repository/spi maven.xml
               repository/util maven.xml
  Log:
  Remove artifact plugin dependencies on non-factory resources.
  
  Revision  Changes    Path
  1.2       +0 -8      avalon/repository/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/repository/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	4 Dec 2003 19:34:26 -0000	1.1
  +++ maven.xml	5 Dec 2003 02:03:59 -0000	1.2
  @@ -30,14 +30,6 @@
         ignoreFailures="false"/>
     </goal>
   
  -  <postGoal name="jar:install">
  -    <ant:copy toDir="${maven.repo.local}/${pom.groupId}/jars">
  -      <fileset dir="${maven.build.dir}">
  -        <include name="*.meta"/>
  -      </fileset>
  -    </ant:copy>
  -  </postGoal>
  -
     <postGoal name="java:prepare-filesystem">
       <ant:available file="${maven.home}/plugins/${repo.plugin.jar}"
         property="repoPluginPresent"/>
  
  
  
  1.2       +0 -3      avalon/repository/api/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/repository/api/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	4 Dec 2003 19:34:27 -0000	1.1
  +++ maven.xml	5 Dec 2003 02:03:59 -0000	1.2
  @@ -1,5 +1,2 @@
   <project default="jar:install">
  -  <postGoal name="java:prepare-filesystem">
  -    <attainGoal name="avalon:artifact"/>
  -  </postGoal>
   </project>
  
  
  
  1.2       +8 -1      avalon/repository/impl/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/repository/impl/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	4 Dec 2003 19:34:30 -0000	1.1
  +++ maven.xml	5 Dec 2003 02:03:59 -0000	1.2
  @@ -1,5 +1,12 @@
  -<project default="jar:install">
  +<project default="jar:install" xmlns:ant="jelly:ant">
     <postGoal name="java:prepare-filesystem">
       <attainGoal name="avalon:artifact"/>
  +  </postGoal>
  +  <postGoal name="jar:install">
  +    <ant:copy toDir="${maven.repo.local}/${pom.groupId}/jars">
  +      <fileset dir="${maven.build.dir}">
  +        <include name="*.meta"/>
  +      </fileset>
  +    </ant:copy>
     </postGoal>
   </project>
  
  
  
  1.2       +0 -4      avalon/repository/main/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/repository/main/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	4 Dec 2003 19:34:41 -0000	1.1
  +++ maven.xml	5 Dec 2003 02:03:59 -0000	1.2
  @@ -1,9 +1,5 @@
   <project default="jar:install" xmlns:maven="jelly:maven" xmlns:j="jelly:core" xmlns:util="jelly:util" xmlns:ant="jelly:ant">
   
  -  <postGoal name="java:prepare-filesystem">
  -    <attainGoal name="avalon:artifact"/>
  -  </postGoal>
  -
     <preGoal name="jar:jar">
       <j:forEach var="dep" items="${pom.dependencies}">
         <j:if test="${dep.getType()=='jar'}">
  
  
  
  1.2       +0 -3      avalon/repository/spi/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/repository/spi/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	4 Dec 2003 19:34:54 -0000	1.1
  +++ maven.xml	5 Dec 2003 02:03:59 -0000	1.2
  @@ -1,5 +1,2 @@
   <project default="jar:install">
  -  <postGoal name="java:prepare-filesystem">
  -    <attainGoal name="avalon:artifact"/>
  -  </postGoal>
   </project>
  
  
  
  1.2       +0 -3      avalon/repository/util/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/repository/util/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	4 Dec 2003 19:34:58 -0000	1.1
  +++ maven.xml	5 Dec 2003 02:03:59 -0000	1.2
  @@ -1,5 +1,2 @@
   <project default="jar:install">
  -  <postGoal name="java:prepare-filesystem">
  -    <attainGoal name="avalon:artifact"/>
  -  </postGoal>
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org