Skip to content

Commit ce5e784

Browse files
committed
added maven release plugin to automate release build
1 parent 4ed3191 commit ce5e784

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<connection>scm:git:[email protected]:oracle/weblogic-deploy-tooling.git</connection>
3535
<developerConnection>scm:git:[email protected]:oracle/weblogic-deploy-tooling.git</developerConnection>
3636
<tag>HEAD</tag>
37-
</scm>
37+
</scm>
3838

3939
<properties>
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -256,6 +256,15 @@
256256
</execution>
257257
</executions>
258258
</plugin>
259+
<plugin>
260+
<groupId>org.apache.maven.plugins</groupId>
261+
<artifactId>maven-release-plugin</artifactId>
262+
<version>2.5.3</version>
263+
<configuration>
264+
<useReleaseProfile>false</useReleaseProfile>
265+
<tagNameFormat>weblogic-deploy-tooling-@{project.version}</tagNameFormat>
266+
</configuration>
267+
</plugin>
259268
</plugins>
260269
</build>
261270

0 commit comments

Comments
 (0)