Author: dblevins
Date: Thu Jan 12 21:04:27 2006
New Revision: 368593
URL: http://svn.apache.org/viewcvs?rev=368593&view=rev
Log:
Made it support inheritance
Modified:
geronimo/gbuild/trunk/gbuild-agent-web/pom.xml
geronimo/gbuild/trunk/gbuild-agent/pom.xml
geronimo/gbuild/trunk/gbuild-report/pom.xml
geronimo/gbuild/trunk/pom.xml
Modified: geronimo/gbuild/trunk/gbuild-agent-web/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/gbuild/trunk/gbuild-agent-web/pom.xml?rev=368593&r1=368592&r2=368593&view=diff
==============================================================================
--- geronimo/gbuild/trunk/gbuild-agent-web/pom.xml (original)
+++ geronimo/gbuild/trunk/gbuild-agent-web/pom.xml Thu Jan 12 21:04:27 2006
@@ -1,55 +1,15 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project>
+ <parent>
+ <artifactId>gbuild-parent</artifactId>
+ <groupId>org.apache.geronimo.gbuild</groupId>
+ <version>1.0-SNAPSHOT</version>
+ </parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.geronimo.gbuild</groupId>
<artifactId>gbuild-agent-web</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>GBuild Agent</name>
<url>http://maven.apache.org</url>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.4</source>
- <target>1.4</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
- <version>1.1</version>
- <executions>
- <execution>
- <goals>
- <goal>descriptor</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- <repositories>
- <repository>
- <releases>
- <enabled>false</enabled>
- </releases>
- <id>snapshots</id>
- <name>Maven Snapshot Development Repository</name>
- <url>http://snapshots.maven.codehaus.org/maven2</url>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <releases>
- <enabled>false</enabled>
- </releases>
- <id>snapshots</id>
- <name>Maven Central Plugins Development Repository</name>
- <url>http://snapshots.maven.codehaus.org/maven2</url>
- </pluginRepository>
- </pluginRepositories>
<dependencies>
<dependency>
<groupId>org.apache.geronimo.gbuild</groupId>
Modified: geronimo/gbuild/trunk/gbuild-agent/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/gbuild/trunk/gbuild-agent/pom.xml?rev=368593&r1=368592&r2=368593&view=diff
==============================================================================
--- geronimo/gbuild/trunk/gbuild-agent/pom.xml (original)
+++ geronimo/gbuild/trunk/gbuild-agent/pom.xml Thu Jan 12 21:04:27 2006
@@ -1,55 +1,15 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project>
+ <parent>
+ <artifactId>gbuild-parent</artifactId>
+ <groupId>org.apache.geronimo.gbuild</groupId>
+ <version>1.0-SNAPSHOT</version>
+ </parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.geronimo.gbuild</groupId>
<artifactId>gbuild-agent</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>GBuild Agent</name>
- <url>http://maven.apache.org</url>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.4</source>
- <target>1.4</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
- <version>1.1</version>
- <executions>
- <execution>
- <goals>
- <goal>descriptor</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- <repositories>
- <repository>
- <releases>
- <enabled>false</enabled>
- </releases>
- <id>snapshots</id>
- <name>Maven Snapshot Development Repository</name>
- <url>http://snapshots.maven.codehaus.org/maven2</url>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <releases>
- <enabled>false</enabled>
- </releases>
- <id>snapshots</id>
- <name>Maven Central Plugins Development Repository</name>
- <url>http://snapshots.maven.codehaus.org/maven2</url>
- </pluginRepository>
- </pluginRepositories>
+ <url>http://geronimo.apache.org</url>
<dependencies>
<!-- need this till my activemq-core-3.2.pom patch is applied -->
Modified: geronimo/gbuild/trunk/gbuild-report/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/gbuild/trunk/gbuild-report/pom.xml?rev=368593&r1=368592&r2=368593&view=diff
==============================================================================
--- geronimo/gbuild/trunk/gbuild-report/pom.xml (original)
+++ geronimo/gbuild/trunk/gbuild-report/pom.xml Thu Jan 12 21:04:27 2006
@@ -1,7 +1,10 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project>
+ <parent>
+ <artifactId>gbuild-parent</artifactId>
+ <groupId>org.apache.geronimo.gbuild</groupId>
+ <version>1.0-SNAPSHOT</version>
+ </parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.geronimo.gbuild</groupId>
<artifactId>gbuild-report</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
Modified: geronimo/gbuild/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/gbuild/trunk/pom.xml?rev=368593&r1=368592&r2=368593&view=diff
==============================================================================
--- geronimo/gbuild/trunk/pom.xml (original)
+++ geronimo/gbuild/trunk/pom.xml Thu Jan 12 21:04:27 2006
@@ -31,8 +31,8 @@
</mailingList>
<mailingList>
<name>GBuild User List</name>
- <subscribe>users-subscribe@maven.apache.org</subscribe>
- <unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
+ <subscribe>users-subscribe@geronimo.apache.org</subscribe>
+ <unsubscribe>users-unsubscribe@geronimo.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/geronimo-users/</archive>
</mailingList>
<mailingList>
@@ -84,6 +84,27 @@
<url>http://www.apache.org/</url>
</organization>
<build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.4</source>
+ <target>1.4</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-maven-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>descriptor</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
<pluginManagement>
<plugins>
<plugin>
|