Skip to content

Commit 388cc09

Browse files
committed
update pom.xml with scm and release plugin config
1 parent c1d60cf commit 388cc09

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

pom.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,30 @@
1212
<artifactId>parameterized-scheduler</artifactId>
1313
<version>1.0-SNAPSHOT</version>
1414
<packaging>hpi</packaging>
15+
<url>https://github.com/jwmach1/parameterized-scheduler</url>
16+
17+
<properties>
18+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19+
</properties>
20+
21+
<issueManagement>
22+
<url>https://github.com/jwmach1/parameterized-scheduler/issues</url>
23+
<system>GitHub Issues</system>
24+
</issueManagement>
25+
26+
<licenses>
27+
<license>
28+
<name>MIT License</name>
29+
<url>http://www.opensource.org/licenses/mit-license.php</url>
30+
<distribution>repo</distribution>
31+
</license>
32+
</licenses>
33+
34+
<scm>
35+
<url>https://github.com/jwmach1/parameterized-scheduler</url>
36+
<connection>scm:git:https://github.com/jwmach1/parameterized-scheduler.git</connection>
37+
<developerConnection>scm:git:https://github.com/jwmach1/parameterized-scheduler.git</developerConnection>
38+
</scm>
1539

1640
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the
1741
artifacts that we need -->
@@ -48,6 +72,14 @@
4872
<target>1.6</target>
4973
</configuration>
5074
</plugin>
75+
<plugin>
76+
<groupId>org.apache.maven.plugins</groupId>
77+
<artifactId>maven-release-plugin</artifactId>
78+
<version>2.4.2</version>
79+
<configuration>
80+
<goals>install</goals>
81+
</configuration>
82+
</plugin>
5183
</plugins>
5284
</build>
5385
</project>

0 commit comments

Comments
 (0)