Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Move parent POM into separate directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Sep 25, 2011
1 parent b399ce1 commit 7f154c4
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml → com.mountainminds.eclemma.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
</developers>

<modules>
<module>com.mountainminds.eclemma.target</module>
<module>com.mountainminds.eclemma.core</module>
<module>com.mountainminds.eclemma.core.test</module>
<module>com.mountainminds.eclemma.ui</module>
<module>com.mountainminds.eclemma.doc</module>
<module>com.mountainminds.eclemma.feature</module>
<module>com.mountainminds.eclemma.site</module>
<module>../com.mountainminds.eclemma.target</module>
<module>../com.mountainminds.eclemma.core</module>
<module>../com.mountainminds.eclemma.core.test</module>
<module>../com.mountainminds.eclemma.ui</module>
<module>../com.mountainminds.eclemma.doc</module>
<module>../com.mountainminds.eclemma.feature</module>
<module>../com.mountainminds.eclemma.site</module>
</modules>

<properties>
Expand Down
1 change: 1 addition & 0 deletions com.mountainminds.eclemma.core.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>

<artifactId>com.mountainminds.eclemma.core.test</artifactId>
Expand Down
1 change: 1 addition & 0 deletions com.mountainminds.eclemma.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>

<artifactId>com.mountainminds.eclemma.core</artifactId>
Expand Down
1 change: 1 addition & 0 deletions com.mountainminds.eclemma.doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>

<artifactId>com.mountainminds.eclemma.doc</artifactId>
Expand Down
1 change: 1 addition & 0 deletions com.mountainminds.eclemma.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>

<artifactId>com.mountainminds.eclemma.feature</artifactId>
Expand Down
1 change: 1 addition & 0 deletions com.mountainminds.eclemma.site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>

<artifactId>com.mountainminds.eclemma.site</artifactId>
Expand Down
1 change: 1 addition & 0 deletions com.mountainminds.eclemma.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>

<artifactId>com.mountainminds.eclemma.target</artifactId>
Expand Down
1 change: 1 addition & 0 deletions com.mountainminds.eclemma.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>

<artifactId>com.mountainminds.eclemma.ui</artifactId>
Expand Down

0 comments on commit 7f154c4

Please sign in to comment.