Skip to content

Commit 649a9db

Browse files
committed
prepared for first snapshot deploy to sonatype
1 parent 9d49245 commit 649a9db

1 file changed

Lines changed: 22 additions & 2 deletions

File tree

pom.xml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>ch.racic.selenium.helper</groupId>
1313
<artifactId>SeleniumDownloadHelper</artifactId>
14-
<version>0.3-SNAPSHOT</version>
14+
<version>0.3.0-SNAPSHOT</version>
1515
<packaging>jar</packaging>
1616

1717
<name>Selenium Download Helper library</name>
@@ -38,6 +38,19 @@
3838
<url>http://github.com/rac2030/SeleniumDownloadHelper</url>
3939
</scm>
4040

41+
<distributionManagement>
42+
<snapshotRepository>
43+
<id>sonatype-nexus-snapshots</id>
44+
<name>Sonatype Nexus Snapshots</name>
45+
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
46+
</snapshotRepository>
47+
<repository>
48+
<id>sonatype-nexus-staging</id>
49+
<name>sonatype-nexus-staging</name>
50+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
51+
</repository>
52+
</distributionManagement>
53+
4154
<issueManagement>
4255
<system>github</system>
4356
<url>https://github.com/rac2030/SeleniumDownloadHelper/issues</url>
@@ -70,7 +83,7 @@
7083
<scope>test</scope>
7184
</dependency>
7285
<dependency>
73-
<groupId>junit</groupId>
86+
<groupId>junit</groupId>
7487
<artifactId>junit</artifactId>
7588
<version>4.11</version>
7689
<scope>test</scope>
@@ -108,9 +121,16 @@
108121
</plugin-->
109122
</plugins>
110123
</build>
124+
111125
<profiles>
112126
<profile>
113127
<id>sign</id>
128+
<activation>
129+
<property>
130+
<name>performRelease</name>
131+
<value>true</value>
132+
</property>
133+
</activation>
114134
<build>
115135
<plugins>
116136
<!-- See http://maven.apache.org/plugins/maven-gpg-plugin/ -->

0 commit comments

Comments
 (0)