[stajistics] push by troy.kin...@gmail.com - Configured parent pom for sonatype maven repository hosting requiremen... on 2011-07-10 21:49 GMT

0 views
Skip to first unread message

staji...@googlecode.com

unread,
Jul 10, 2011, 5:50:19 PM7/10/11
to stajist...@googlegroups.com
Revision: 065906afb48e
Author: troy.k...@gmail.com
Date: Sun Jul 10 14:49:07 2011
Log: Configured parent pom for sonatype maven repository hosting
requirements.
http://code.google.com/p/stajistics/source/detail?r=065906afb48e

Modified:
/pom.xml

=======================================
--- /pom.xml Fri Jul 8 15:42:07 2011
+++ /pom.xml Sun Jul 10 14:49:07 2011
@@ -8,6 +8,12 @@
<description>A Java monitoring and performance statistics collection
API</description>
<url>http://stajistics.org</url>

+ <parent>
+ <groupId>org.sonatype.oss</groupId>
+ <artifactId>oss-parent</artifactId>
+ <version>7</version>
+ </parent>
+
<issueManagement>
<system>Google Code Issue Tracker</system>
<url>http://code.google.com/p/stajistics/issues/list</url>
@@ -233,6 +239,7 @@
<autoVersionSubmodules>true</autoVersionSubmodules>
<preparationGoals>clean install</preparationGoals>
<goals>deploy</goals>
+ <mavenExecutorId>forked-path</mavenExecutorId>
</configuration>
</plugin>
<plugin>
@@ -377,6 +384,27 @@
</plugin>
</plugins>
</reporting>
+ </profile>
+ <profile>
+ <id>sign-artifacts</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>1.1</version>
+ <executions>
+ <execution>
+ <id>sign-artifacts</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
</profile>
</profiles>

@@ -449,12 +477,12 @@

<distributionManagement>
<snapshotRepository>
- <id>sonatype-snapshots</id>
+ <id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<uniqueVersion>false</uniqueVersion>
</snapshotRepository>
<repository>
- <id>sonatype-releases</id>
+ <id>sonatype-nexus-staging</id>

<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<site>

Reply all
Reply to author
Forward
0 new messages