You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by hl...@apache.org on 2006/06/05 21:37:19 UTC

svn commit: r411897 - in /jakarta/hivemind/trunk: examples/pom.xml framework/pom.xml jmx/pom.xml library/pom.xml pom-common/pom.xml pom-common/src/NO-CODE.txt pom.xml

Author: hlship
Date: Mon Jun  5 12:37:18 2006
New Revision: 411897

URL: http://svn.apache.org/viewvc?rev=411897&view=rev
Log:
Remove pom-common, and put the configuration into the project-wide POM.

Removed:
    jakarta/hivemind/trunk/pom-common/pom.xml
    jakarta/hivemind/trunk/pom-common/src/NO-CODE.txt
Modified:
    jakarta/hivemind/trunk/examples/pom.xml
    jakarta/hivemind/trunk/framework/pom.xml
    jakarta/hivemind/trunk/jmx/pom.xml
    jakarta/hivemind/trunk/library/pom.xml
    jakarta/hivemind/trunk/pom.xml

Modified: jakarta/hivemind/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/examples/pom.xml?rev=411897&r1=411896&r2=411897&view=diff
==============================================================================
--- jakarta/hivemind/trunk/examples/pom.xml (original)
+++ jakarta/hivemind/trunk/examples/pom.xml Mon Jun  5 12:37:18 2006
@@ -1,15 +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">
     <modelVersion>4.0.0</modelVersion>
-    <groupId>hivemind</groupId>
+    <groupId>org.apache.hivemind</groupId>
     <artifactId>hivemind-examples</artifactId>
     <packaging>jar</packaging>
     <version>1.2.1</version>
     <parent>
-        <groupId>hivemind</groupId>
-        <artifactId>pom-common</artifactId>
-        <version>0.0.1</version>
-        <relativePath>../pom-common/pom.xml</relativePath>
+        <groupId>org.apache.hivemind</groupId>
+        <artifactId>hivemind-project</artifactId>
+        <version>1.2.1</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <name>HiveMind Examples</name>
     <inceptionYear>2003</inceptionYear>

Modified: jakarta/hivemind/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/framework/pom.xml?rev=411897&r1=411896&r2=411897&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/pom.xml (original)
+++ jakarta/hivemind/trunk/framework/pom.xml Mon Jun  5 12:37:18 2006
@@ -2,15 +2,15 @@
     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">
     <modelVersion>4.0.0</modelVersion>
-    <groupId>hivemind</groupId>
+    <groupId>org.apache.hivemind</groupId>
     <artifactId>hivemind</artifactId>
     <packaging>jar</packaging>
     <version>1.2.1</version>
     <parent>
-        <groupId>hivemind</groupId>
-        <artifactId>pom-common</artifactId>
-        <version>0.0.1</version>
-        <relativePath>../pom-common/pom.xml</relativePath>
+        <groupId>org.apache.hivemind</groupId>
+        <artifactId>hivemind-project</artifactId>
+        <version>1.2.1</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <name>HiveMind core framework</name>
     <inceptionYear>2003</inceptionYear>

Modified: jakarta/hivemind/trunk/jmx/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/jmx/pom.xml?rev=411897&r1=411896&r2=411897&view=diff
==============================================================================
--- jakarta/hivemind/trunk/jmx/pom.xml (original)
+++ jakarta/hivemind/trunk/jmx/pom.xml Mon Jun  5 12:37:18 2006
@@ -1,15 +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">
     <modelVersion>4.0.0</modelVersion>
-    <groupId>hivemind</groupId>
+    <groupId>org.apache.hivemind</groupId>
     <artifactId>hivemind-jmx</artifactId>
     <packaging>jar</packaging>
     <version>1.2.1</version>
     <parent>
-        <groupId>hivemind</groupId>
-        <artifactId>pom-common</artifactId>
-        <version>0.0.1</version>
-        <relativePath>../pom-common/pom.xml</relativePath>
+        <groupId>org.apache.hivemind</groupId>
+        <artifactId>hivemind-project</artifactId>
+        <version>1.2.1</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <name>HiveMind JMX Support</name>
     <inceptionYear>2004</inceptionYear>

Modified: jakarta/hivemind/trunk/library/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/library/pom.xml?rev=411897&r1=411896&r2=411897&view=diff
==============================================================================
--- jakarta/hivemind/trunk/library/pom.xml (original)
+++ jakarta/hivemind/trunk/library/pom.xml Mon Jun  5 12:37:18 2006
@@ -1,15 +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">
     <modelVersion>4.0.0</modelVersion>
-    <groupId>hivemind</groupId>
+    <groupId>org.apache.hivemind</groupId>
     <artifactId>hivemind-lib</artifactId>
     <packaging>jar</packaging>
     <version>1.2.1</version>
     <parent>
-        <groupId>hivemind</groupId>
-        <artifactId>pom-common</artifactId>
-        <version>0.0.1</version>
-        <relativePath>../pom-common/pom.xml</relativePath>
+        <groupId>org.apache.hivemind</groupId>
+        <artifactId>hivemind-project</artifactId>
+        <version>1.2.1</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <name>HiveMind standard library</name>
     <inceptionYear>2003</inceptionYear>

Modified: jakarta/hivemind/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/hivemind/trunk/pom.xml?rev=411897&r1=411896&r2=411897&view=diff
==============================================================================
--- jakarta/hivemind/trunk/pom.xml (original)
+++ jakarta/hivemind/trunk/pom.xml Mon Jun  5 12:37:18 2006
@@ -1,23 +1,258 @@
-<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">
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>hivemind</groupId>
-    <artifactId>hivemind-project</artifactId>
-    <packaging>pom</packaging>
-    <version>1.2.1</version>
-    <parent>
-        <groupId>hivemind</groupId>
-        <artifactId>pom-common</artifactId>
-        <version>0.0.1</version>
-        <relativePath>pom-common/pom.xml</relativePath>
-    </parent>
-    <name>HiveMind Project</name>
-    <inceptionYear>2003</inceptionYear>
-    <modules>
-        <module>pom-common</module>
-        <module>framework</module>
-        <module>library</module>
-        <module>jmx</module>
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.hivemind</groupId>
+    <artifactId>hivemind-project</artifactId>
+    <packaging>pom</packaging>
+    <version>1.2.1</version>
+    <name>HiveMind Project</name>
+    <inceptionYear>2003</inceptionYear>
+    <modules>
+        <module>framework</module>
+        <module>library</module>
+        <module>jmx</module>
         <module>examples</module>
-    </modules>
+    </modules>
+    <url>http://jakarta.apache.org/hivemind/</url>
+    <developers>
+        <developer>
+            <id>HLS</id>
+            <email>howard@howardlewisship.com</email>
+            <url>http://howardlewisship.com</url>
+            <roles>
+                <role>dev</role>
+            </roles>
+            <timezone>-8</timezone>
+        </developer>
+    </developers>
+    <licenses>
+        <license>
+            <name>Apache Software License 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>log4j</groupId>
+                <artifactId>log4j</artifactId>
+                <version>1.2.8</version>
+                <scope>provided</scope>
+            </dependency>
+            <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>3.8.1</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>easymock</groupId>
+                <artifactId>easymock</artifactId>
+                <version>1.1</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>easymock</groupId>
+                <artifactId>easymockclassextension</artifactId>
+                <version>1.1</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>xerces</groupId>
+                <artifactId>xercesImpl</artifactId>
+                <version>2.6.2</version>
+            </dependency>
+            <dependency>
+                <groupId>cglib</groupId>
+                <artifactId>cglib-full</artifactId>
+                <version>2.0.1</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>xml-apis</groupId>
+                <artifactId>xml-apis</artifactId>
+                <version>1.3.02</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>commons-logging</groupId>
+                <artifactId>commons-logging</artifactId>
+                <version>1.0.3</version>
+            </dependency>
+            <dependency>
+                <groupId>jboss</groupId>
+                <artifactId>javassist</artifactId>
+                <version>3.0</version>
+            </dependency>
+            <dependency>
+                <groupId>oro</groupId>
+                <artifactId>oro</artifactId>
+                <version>2.0.6</version>
+            </dependency>
+            <dependency>
+                <groupId>javax.servlet</groupId>
+                <artifactId>servlet-api</artifactId>
+                <version>2.3</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>hivemind</groupId>
+                <artifactId>hivemind</artifactId>
+                <version>1.2.1</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+    <build>
+        <sourceDirectory>src/java</sourceDirectory>
+        <resources>
+            <resource>
+                <directory>src/java</directory>
+                <excludes>
+                    <exclude>**/*.java</exclude>
+                    <exclude>**/package.html</exclude>
+                </excludes>
+            </resource>
+            <resource>
+                <directory>src/descriptor</directory>
+            </resource>
+        </resources>
+        <testSourceDirectory>src/test</testSourceDirectory>
+        <testResources>
+            <testResource>
+                <directory>src/test</directory>
+                <excludes>
+                    <exclude>**/*.java</exclude>
+                </excludes>
+            </testResource>
+            <testResource>
+                <directory>src/conf</directory>
+            </testResource>
+        </testResources>
+        <plugins>
+            <plugin>
+                <artifactId>maven-site-plugin</artifactId>
+                <configuration>
+                    <locales>en</locales>
+                </configuration>
+            </plugin>
+        </plugins>
+        <!-- Set defaults across other modules. -->
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-compiler-plugin</artifactId>
+                    <executions>
+                        <execution>
+                            <id>compile</id>
+                            <goals>
+                                <goal>compile</goal>
+                            </goals>
+                            <configuration>
+                                <source>1.3</source>
+                                <target>1.5</target>
+                                <optimize>true</optimize>
+                            </configuration>
+                        </execution>
+                        <execution>
+                            <id>test-compile</id>
+                            <goals>
+                                <goal>testCompile</goal>
+                            </goals>
+                            <configuration>
+                                <source>1.5</source>
+                                <target>1.5</target>
+                            </configuration>
+                        </execution>
+                    </executions>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-surefire-plugin</artifactId>
+                    <configuration>
+                        <includes>
+                            <include>**/Test*.java</include>
+                        </includes>
+                        <excludes>
+                            <exclude>**/**$*</exclude>
+                        </excludes>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-assembly-plugin</artifactId>
+                    <executions>
+                        <execution>
+                            <phase>package</phase>
+                            <configuration>
+                                <descriptorId>src</descriptorId>
+                            </configuration>
+                            <goals>
+                                <goal>assembly</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-source-plugin</artifactId>
+                    <executions>
+                        <execution>
+                            <phase>package</phase>
+                            <goals>
+                                <goal>jar</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+        <extensions>
+            <!-- Needed to support FTP deployment. -->
+            <extension>
+                <groupId>org.apache.maven.wagon</groupId>
+                <artifactId>wagon-ftp</artifactId>
+            </extension>
+        </extensions>
+    </build>
+    <!-- Standard reports used in the HiveMind projects. -->
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>surefire-report-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <linksource>true</linksource>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
+    <distributionManagement>
+        <!-- Alas, this doesn't work yet -->
+        <site>
+            <id>apache.org</id>
+            <url>ssh://cvs.apache.org/jakarta/hivemind/%{pom.artifactId}</url>
+        </site>
+        <repository>
+            <!-- The "maven" login id, specified in settings.xml, ensures that the Maven
+                repository (i.e. http://howardlewisship.com/repository) is accessed. -->
+            <!-- This is temporary, until HiveMind 1.2 is stable. -->
+            <id>howardlewisship.com</id>
+            <url>ftp://howardlewisship.com/repository</url>
+        </repository>
+    </distributionManagement>
+    <organization>
+        <name>Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+    <scm>
+        <connection>svn:http://svn.apache.org/repos/asf/jakarta/hivemind/${pom.artifactId}/trunk</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/jakarta/hivemind/${pom.artifactId}</url>
+    </scm>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org