]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
SLC v0.6.0
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index 7757c5d6475b216eb67aa8bc14bb326d7c2c51de..db0940b63a61d05fc0257796276865ddaa556e14 100644 (file)
@@ -7,24 +7,22 @@
        <artifactId>argeo-slc</artifactId>\r
        <packaging>pom</packaging>\r
        <name>Argeo SLC</name>\r
-       <version>0.5.1-SNAPSHOT</version>\r
+       <version>0.5.2</version>\r
        <description>SLC Distribution</description>\r
        <url>\r
                http://www.argeo.org/projects/slc/${project.artfactId}/${project.version}\r
        </url>\r
-\r
+<!-- \r
        <modules>\r
                <module>../org.argeo.slc.core</module>\r
                <module>../org.argeo.slc.example</module>\r
        </modules>\r
-\r
+-->\r
        <scm>\r
                <connection>\r
                        scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc\r
                </connection>\r
-               <url>\r
-                       https://www.argeo.org/svn/slc/trunk/org.argeo.slc\r
-               </url>\r
+               <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc</url>\r
        </scm>\r
        <issueManagement>\r
                <system>Bugzilla</system>\r
                                        </execution>\r
                                </executions>\r
                        </plugin>\r
-                       <plugin>\r
+                       <!-- \r
+                               <plugin>\r
                                <groupId>org.apache.maven.plugins</groupId>\r
                                <artifactId>maven-site-plugin</artifactId>\r
                                <executions>\r
-                                       <execution>\r
-                                               <id>attach-javadoc</id>\r
-                                               <phase>verify</phase>\r
-                                               <goals>\r
-                                                       <goal>jar</goal>\r
-                                               </goals>\r
-                                       </execution>\r
+                               <execution>\r
+                               <id>attach-javadoc</id>\r
+                               <phase>verify</phase>\r
+                               <goals>\r
+                               <goal>jar</goal>\r
+                               </goals>\r
+                               </execution>\r
                                </executions>\r
+                               </plugin>\r
+                       -->\r
+                       <plugin>\r
+                               <groupId>org.apache.maven.plugins</groupId>\r
+                               <artifactId>maven-deploy-plugin</artifactId>\r
+                               <configuration>\r
+                                       <updateReleaseInfo>true</updateReleaseInfo>\r
+                               </configuration>\r
                        </plugin>\r
-\r
                        <plugin>\r
                                <groupId>org.apache.maven.plugins</groupId>\r
                                <artifactId>maven-assembly-plugin</artifactId>\r
                                                </descriptor>\r
                                        </descriptors>\r
                                </configuration>\r
+                               <executions>\r
+                                       <execution>\r
+                                               <id>assembly-base</id>\r
+                                               <phase>verify</phase>\r
+                                               <inherited>false</inherited>\r
+                                               <goals>\r
+                                                       <goal>single</goal>\r
+                                               </goals>\r
+                                               <configuration>\r
+                                                       <descriptors>\r
+                                                               <descriptor>\r
+                                                                       src/assembly/base.xml\r
+                                                               </descriptor>\r
+                                                       </descriptors>\r
+                                               </configuration>\r
+                                       </execution>\r
+                               </executions>\r
                        </plugin>\r
                </plugins>\r
        </build>\r
                        <url>http://www.argeo.org/maven/repository</url>\r
                </repository>\r
        </repositories>\r
+       <distributionManagement>\r
+               <repository>\r
+                       <id>argeo</id>\r
+                       <!-- Temporary hack before having the build on the server itself -->\r
+                       <url>file:///D:\dev\test\mavenArgeoLocalRep</url>\r
+               </repository>\r
+       </distributionManagement>\r
 </project>
\ No newline at end of file