mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 08:40:29 +00:00
maven-release-plugin should not push
This commit is contained in:
parent
6af4dcfc64
commit
7d15ccaedf
1 changed files with 13 additions and 0 deletions
13
pom.xml
13
pom.xml
|
@ -39,4 +39,17 @@
|
|||
</mailingList>
|
||||
</mailingLists>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<version>2.3.1</version>
|
||||
<configuration>
|
||||
<pushChanges>false</pushChanges>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue