You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2004/04/05 20:11:54 UTC

cvs commit: incubator-geronimo/modules/maven-xmlbeans-plugin maven.xml

dain        2004/04/05 11:11:54

  Modified:    modules/maven-xmlbeans-plugin maven.xml
  Log:
  Changed plugin installation to be compatiable with maven rc2
  
  Revision  Changes    Path
  1.7       +7 -4      incubator-geronimo/modules/maven-xmlbeans-plugin/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/maven-xmlbeans-plugin/maven.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- maven.xml	10 Mar 2004 09:59:06 -0000	1.6
  +++ maven.xml	5 Apr 2004 18:11:54 -0000	1.7
  @@ -6,16 +6,16 @@
       Licensed under the Apache License, Version 2.0 (the "License");
       you may not use this file except in compliance with the License.
       You may obtain a copy of the License at
  -  
  +
          http://www.apache.org/licenses/LICENSE-2.0
  -  
  +
       Unless required by applicable law or agreed to in writing, software
       distributed under the License is distributed on an "AS IS" BASIS,
       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
       See the License for the specific language governing permissions and
       limitations under the License.
   -->
  -  
  +
   
   <!-- $Revision$ $Date$ -->
   
  @@ -47,6 +47,9 @@
               todir="${pluginsDir}"
               overwrite="true"
               />
  +        <ant:unjar
  +            src="${basedir}/target/${pom.artifactId}-${pom.currentVersion}.jar"
  +            dest="${maven.plugin.unpacked.dir}/${pom.artifactId}-${pom.currentVersion}/"/>
       </goal>
   
       <goal name="build">