File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 10
10
<version >1.0-SNAPSHOT</version >
11
11
<packaging >jar</packaging >
12
12
13
+ <parent >
14
+ <groupId >org.sonatype.oss</groupId >
15
+ <artifactId >oss-parent</artifactId >
16
+ <version >9</version >
17
+ </parent >
18
+
13
19
<name >${project.groupId} :${project.artifactId} </name >
14
20
<description >A lightweight USSD application framework</description >
15
21
<url >http://www.hextremelabs.com/</url >
89
95
<build >
90
96
<finalName >${project.artifactId} -${project.version} -${scmBranch} -${buildNumber} </finalName >
91
97
98
+ <pluginManagement >
99
+ <plugins >
100
+ <plugin >
101
+ <groupId >org.apache.maven.plugins</groupId >
102
+ <artifactId >maven-gpg-plugin</artifactId >
103
+ <version >1.6</version >
104
+ </plugin >
105
+ <plugin >
106
+ <groupId >org.apache.maven.plugins</groupId >
107
+ <artifactId >maven-release-plugin</artifactId >
108
+ <version >2.5.3</version >
109
+ </plugin >
110
+ </plugins >
111
+ </pluginManagement >
112
+
92
113
<plugins >
93
114
<plugin >
94
115
<groupId >org.jacoco</groupId >
You can’t perform that action at this time.
0 commit comments