svn commit: r19687 - trunk: . tools/maven
[email protected] Sat, 20 Aug 2011 01:05:42 -0700 (PDT)
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2011-08-20 01:05:42-0700
New Revision: 19687
Modified:
trunk/pom.xml
trunk/tools/maven/parentpom.xml
Log:
Updated the poms to be able to upload and use the oss.sonatype.org
maven repository.
Modified: trunk/pom.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/pom.xml?view=diff&pathrev=19687&r1=19686&r2=19687
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml 2011-08-20 01:05:42-0700
@@ -11,7 +11,7 @@
<parent>
<groupId>org.argouml</groupId>
<artifactId>parentpom</artifactId>
- <version>0.5</version>
+ <version>0.6</version>
<relativePath>tools/maven/parentpom.xml</relativePath>
</parent>
@@ -39,4 +39,10 @@
The group of core argouml projects.
This project is the virtual project that includes all core subprojects.
</description>
+
+ <scm>
+ <connection>scm:svn:http://argouml.tigris.org/svn/argouml/trunk/</connection>
+ <developerConnection>scm:svn:http://argouml.tigris.org/svn/argouml/trunk/</developerConnection>
+ <url>http://argouml.tigris.org/svn/argouml/trunk/</url>
+ </scm>
</project>
Modified: trunk/tools/maven/parentpom.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/maven/parentpom.xml?view=diff&pathrev=19687&r1=19686&r2=19687
==============================================================================
--- trunk/tools/maven/parentpom.xml (original)
+++ trunk/tools/maven/parentpom.xml 2011-08-20 01:05:42-0700
@@ -5,13 +5,20 @@
<!-- Experimenting with maven for the nightly build. -->
+ <parent>
+ <groupId>org.sonatype.oss</groupId>
+ <artifactId>oss-parent</artifactId>
+ <version>7</version>
+ </parent>
+
+
<groupId>org.argouml</groupId>
<artifactId>parentpom</artifactId>
<!-- As of 2011-05-29 Linus Tolke has not figured out how this pom can be
included in the automatic updates of the version number. Until that is resolved
references to this pom need to updated manually when this changes and no
snapshot versions are possible. -->
- <version>0.5</version>
+ <version>0.6</version>
<packaging>pom</packaging>
<name>parentpom</name>
<description>
@@ -88,6 +95,20 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jar</goal>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.5</version>
<dependencies>
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2826047
To unsubscribe from this discussion, e-mail: [[email protected]].