(no commit message)
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index c1c6b8754d7560f9a439785057d511ce76f108d4..3dbc30ed03ee6aa059438f3b896e69a26358cbfd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,11 +1,9 @@
-<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 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.wamblee</groupId>
     <artifactId>wamblee-utils</artifactId>
     <packaging>pom</packaging>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2.2-SNAPSHOT</version>
     <name>/</name>
     <description>wamblee.org utilities library</description>
     <url>http://wamblee.org</url>
         </license>
     </licenses>
     <scm>
-        <url>https://wamblee.org/viewvc/utils/</url>
+        <url>https://wamblee.org/viewvc/utils</url>
         <connection>scm:svn:https://wamblee.org/svn/public/utils</connection>
+        <developerConnection>scm:svn:https://wamblee.org/svn/public/utils</developerConnection>
     </scm>
+    <developers>
+        <developer>
+            <email>erik@wamblee.org</email>
+            <name>Erik Brakkee</name>
+            <url>http://brakkee.org</url>
+        </developer>
+    </developers>
 
     <modules>
+           <module>baseline</module>
         <module>support</module>
         <module>system</module>
         <module>hibernate-jpa</module>
                 <version>2.0</version>
                 <configuration>
                     <autoVersionSubmodules>true</autoVersionSubmodules>
+                    <goals>javadoc:jar deploy</goals>
                 </configuration>
             </plugin>
             <plugin>
             <id>release</id>
             <activation>
                 <property>
-                    <name>wamblee.release</name>
+                    <name>performRelease</name>
+                    <value>true</value>
                 </property>
             </activation>
             <build>
                     </plugin>
                 </plugins>
             </build>
+            <distributionManagement>
+                <repository>
+                    <id>sonatype-nexus-staging</id>
+                    <name>Nexus Release Repository</name>
+                    <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+                </repository>
+            </distributionManagement>
+            
         </profile>
         <profile>
             <id>all</id>
             <activation>
                 <property>
-                    <name>!wamblee.release</name>
+                    <name>!performRelease</name>
                 </property>
             </activation>
             <distributionManagement>