Skip to content

Commit

Permalink
Renamed root POM
Browse files Browse the repository at this point in the history
  • Loading branch information
maguro committed Feb 12, 2010
1 parent 873e971 commit 3ce897a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 246 deletions.
35 changes: 1 addition & 34 deletions config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<parent>
<groupId>org.papoose.cmpn</groupId>
<artifactId>papoose-project</artifactId>
<artifactId>papoose-cmpn</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand All @@ -22,33 +22,6 @@
<argLine>-enableassertions</argLine>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>copy</id>
<phase>compile</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.papoose.test</groupId>
<artifactId>papoose-test-bundle</artifactId>
<version>${papooseTestVersion}</version>
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>target</outputDirectory>
<destFileName>bundle.jar</destFileName>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand All @@ -64,12 +37,6 @@
<artifactId>OSGi_R4_v4.1_cmpn_spec</artifactId>
</dependency>

<dependency>
<groupId>org.papoose.test</groupId>
<artifactId>papoose-test-util</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

</project>
35 changes: 1 addition & 34 deletions event/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<parent>
<groupId>org.papoose.cmpn</groupId>
<artifactId>papoose-project</artifactId>
<artifactId>papoose-cmpn</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand All @@ -22,33 +22,6 @@
<argLine>-enableassertions</argLine>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>copy</id>
<phase>compile</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.papoose.test</groupId>
<artifactId>papoose-test-bundle</artifactId>
<version>${papooseTestVersion}</version>
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>target</outputDirectory>
<destFileName>bundle.jar</destFileName>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand All @@ -64,12 +37,6 @@
<artifactId>OSGi_R4_v4.1_cmpn_spec</artifactId>
</dependency>

<dependency>
<groupId>org.papoose.test</groupId>
<artifactId>papoose-test-util</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

</project>
35 changes: 1 addition & 34 deletions http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<parent>
<groupId>org.papoose.cmpn</groupId>
<artifactId>papoose-project</artifactId>
<artifactId>papoose-cmpn</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand All @@ -22,33 +22,6 @@
<argLine>-enableassertions</argLine>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>copy</id>
<phase>compile</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.papoose.test</groupId>
<artifactId>papoose-test-bundle</artifactId>
<version>${papooseTestVersion}</version>
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>target</outputDirectory>
<destFileName>bundle.jar</destFileName>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand All @@ -64,12 +37,6 @@
<artifactId>OSGi_R4_v4.1_cmpn_spec</artifactId>
</dependency>

<dependency>
<groupId>org.papoose.test</groupId>
<artifactId>papoose-test-util</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

</project>
35 changes: 1 addition & 34 deletions log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<parent>
<groupId>org.papoose.cmpn</groupId>
<artifactId>papoose-project</artifactId>
<artifactId>papoose-cmpn</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand All @@ -22,33 +22,6 @@
<argLine>-enableassertions</argLine>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>copy</id>
<phase>compile</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.papoose.test</groupId>
<artifactId>papoose-test-bundle</artifactId>
<version>${papooseTestVersion}</version>
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>target</outputDirectory>
<destFileName>bundle.jar</destFileName>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand All @@ -64,12 +37,6 @@
<artifactId>OSGi_R4_v4.1_cmpn_spec</artifactId>
</dependency>

<dependency>
<groupId>org.papoose.test</groupId>
<artifactId>papoose-test-util</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

</project>
35 changes: 1 addition & 34 deletions metatype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<parent>
<groupId>org.papoose.cmpn</groupId>
<artifactId>papoose-project</artifactId>
<artifactId>papoose-cmpn</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand All @@ -22,33 +22,6 @@
<argLine>-enableassertions</argLine>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>copy</id>
<phase>compile</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.papoose.test</groupId>
<artifactId>papoose-test-bundle</artifactId>
<version>${papooseTestVersion}</version>
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>target</outputDirectory>
<destFileName>bundle.jar</destFileName>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand All @@ -64,12 +37,6 @@
<artifactId>OSGi_R4_v4.1_cmpn_spec</artifactId>
</dependency>

<dependency>
<groupId>org.papoose.test</groupId>
<artifactId>papoose-test-util</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

</project>
35 changes: 1 addition & 34 deletions monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<parent>
<groupId>org.papoose.cmpn</groupId>
<artifactId>papoose-project</artifactId>
<artifactId>papoose-cmpn</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand All @@ -22,33 +22,6 @@
<argLine>-enableassertions</argLine>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>copy</id>
<phase>compile</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.papoose.test</groupId>
<artifactId>papoose-test-bundle</artifactId>
<version>${papooseTestVersion}</version>
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>target</outputDirectory>
<destFileName>bundle.jar</destFileName>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand All @@ -64,12 +37,6 @@
<artifactId>OSGi_R4_v4.1_cmpn_spec</artifactId>
</dependency>

<dependency>
<groupId>org.papoose.test</groupId>
<artifactId>papoose-test-util</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

</project>
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<modelVersion>4.0.0</modelVersion>
<groupId>org.papoose.cmpn</groupId>
<artifactId>papoose-project</artifactId>
<artifactId>papoose-cmpn</artifactId>
<name>Papoose :: Service Compendium</name>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down Expand Up @@ -111,12 +111,6 @@
<version>${papooseTestVersion}</version>
</dependency>

<dependency>
<groupId>org.papoose.test</groupId>
<artifactId>papoose-test-util</artifactId>
<version>${papooseTestVersion}</version>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down
Loading

0 comments on commit 3ce897a

Please sign in to comment.