Skip to content

Commit bd05eab

Browse files
committed
maven release plugin for local git repository
1 parent 3fe2b97 commit bd05eab

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
<url>${wumpz.snapshots.repo.url}</url>
4040
</snapshotRepository>
4141
</distributionManagement>
42+
43+
<scm>
44+
<developerConnection>scm:git:ssh://git@github.com:JSQLParser/JSqlParser.git</developerConnection>
45+
</scm>
4246

4347
<build>
4448
<plugins>
@@ -66,6 +70,7 @@
6670
</execution>
6771
</executions>
6872
</plugin>
73+
6974
<plugin>
7075
<groupId>org.apache.maven.plugins</groupId>
7176
<artifactId>maven-eclipse-plugin</artifactId>
@@ -109,6 +114,16 @@
109114
</execution>
110115
</executions>
111116
</plugin>
117+
<plugin>
118+
<groupId>org.apache.maven.plugins</groupId>
119+
<artifactId>maven-release-plugin</artifactId>
120+
<version>2.4.1</version>
121+
<configuration>
122+
<dryRun>true</dryRun>
123+
<localCheckout>true</localCheckout>
124+
<pushChanges>false</pushChanges>
125+
</configuration>
126+
</plugin>
112127
</plugins>
113128
</build>
114129
<properties>

0 commit comments

Comments
 (0)