|
64 | 64 | <module>all</module> |
65 | 65 | </modules> |
66 | 66 |
|
| 67 | + <distributionManagement> |
| 68 | + <!-- Repository for snapshots --> |
| 69 | + <snapshotRepository> |
| 70 | + <id>ossrh</id> |
| 71 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 72 | + </snapshotRepository> |
| 73 | + <!-- Repository for releases --> |
| 74 | + <repository> |
| 75 | + <id>ossrh</id> |
| 76 | + <name>Nexus Release Repository</name> |
| 77 | + <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 78 | + </repository> |
| 79 | + </distributionManagement> |
| 80 | + |
67 | 81 | <scm> |
68 | 82 | <connection>SSH</connection> |
69 | 83 | < developerConnection>scm:git: [email protected]:watson-developer-cloud/java-sdk.git</ developerConnection> |
|
147 | 161 | <!-- This is the parent, so only define pluginManagement, not plugins. --> |
148 | 162 | <pluginManagement> |
149 | 163 | <plugins> |
150 | | - <plugin> |
151 | | - <groupId>org.apache.maven.plugins</groupId> |
152 | | - <artifactId>maven-deploy-plugin</artifactId> |
153 | | - <version>2.8.2</version> |
154 | | - </plugin> |
155 | 164 | <plugin> |
156 | 165 | <groupId>org.eclipse.m2e</groupId> |
157 | 166 | <artifactId>lifecycle-mapping</artifactId> |
|
187 | 196 | </plugin> |
188 | 197 | <plugin> |
189 | 198 | <groupId>org.apache.maven.plugins</groupId> |
190 | | - <artifactId>maven-release-plugin</artifactId> |
191 | | - <version>2.5.3</version><!--$NO-MVN-MAN-VER$ --> |
192 | | - <configuration> |
193 | | - <autoVersionSubmodules>true</autoVersionSubmodules> |
194 | | - <useReleaseProfile>false</useReleaseProfile> |
195 | | - <releaseProfiles>release</releaseProfiles> |
196 | | - <goals>deploy</goals> |
197 | | - </configuration> |
| 199 | + <artifactId>maven-surefire-plugin</artifactId> |
| 200 | + <version>2.9</version> |
198 | 201 | </plugin> |
199 | 202 | </plugins> |
200 | 203 | </pluginManagement> |
201 | 204 | <plugins> |
202 | | - <plugin> |
203 | | - <groupId>org.eluder.coveralls</groupId> |
204 | | - <artifactId>coveralls-maven-plugin</artifactId> |
205 | | - <version>3.1.0</version> |
206 | | - </plugin> |
207 | 205 | <plugin> |
208 | 206 | <groupId>org.apache.maven.plugins</groupId> |
209 | | - <artifactId>maven-surefire-plugin</artifactId> |
210 | | - <version>2.9</version> |
| 207 | + <artifactId>maven-release-plugin</artifactId> |
| 208 | + <version>2.5.3</version><!--$NO-MVN-MAN-VER$ --> |
| 209 | + <configuration> |
| 210 | + <autoVersionSubmodules>true</autoVersionSubmodules> |
| 211 | + <useReleaseProfile>false</useReleaseProfile> |
| 212 | + <releaseProfiles>release</releaseProfiles> |
| 213 | + <goals>deploy</goals> |
| 214 | + </configuration> |
211 | 215 | </plugin> |
212 | 216 | <plugin> |
213 | 217 | <groupId>org.apache.maven.plugins</groupId> |
|
0 commit comments