You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/06/16 06:30:42 UTC

svn commit: r785087 - /incubator/kato/branches/experimental/maven_restructure/org.apache.kato/org.apache.kato.pyjvmti/pom.xml

Author: spoole
Date: Tue Jun 16 06:30:41 2009
New Revision: 785087

URL: http://svn.apache.org/viewvc?rev=785087&view=rev
Log:
changed artifact name for pyjvmti module

Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/org.apache.kato.pyjvmti/pom.xml

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/org.apache.kato.pyjvmti/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/org.apache.kato.pyjvmti/pom.xml?rev=785087&r1=785086&r2=785087&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/org.apache.kato.pyjvmti/pom.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/org.apache.kato.pyjvmti/pom.xml Tue Jun 16 06:30:41 2009
@@ -7,7 +7,7 @@
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.kato.pyjvmti</groupId>
-	<artifactId>org.apache.kato.pyjvmti</artifactId>
+	<artifactId>kato.pyjvmti</artifactId>
 	<packaging>pom</packaging>
 	<version>0.0.1-SNAPSHOT</version>
 	<build>
@@ -17,7 +17,8 @@
         <artifactId>exec-maven-plugin</artifactId>
         <version>1.1</version>
         <executions>
-          <execution>
+          <execution>
+          	<id>compile-jvmti</id>
           <phase>compile</phase>
             <goals>
               <goal>exec</goal>