Skip to content

Commit 5dcafea

Browse files
committed
Revert "Add release plugin"
This reverts commit ddb47ac
1 parent ddb47ac commit 5dcafea

2 files changed

Lines changed: 1 addition & 24 deletions

File tree

devdoc/deploy.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,11 @@ Make sure that JAVA_HOME points to Java 8 (the javadoc task fails with Java 11).
55

66
To deploy to Maven use
77

8-
```
9-
mvn release:clean release:prepare
10-
```
11-
12-
followed by
13-
14-
```
15-
mvn release:perform
16-
```
17-
18-
Or make the changes manually and use
19-
208
```
219
mvn clean deploy -P release
2210
```
2311

24-
For snapshots we can skip signing and generating javadoc + sources using:
12+
For snapshots we can forego signing and generating javadoc + sources using:
2513

2614
```
2715
mvn clean deploy

pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -122,17 +122,6 @@
122122
<autoReleaseAfterClose>true</autoReleaseAfterClose>
123123
</configuration>
124124
</plugin>
125-
<plugin>
126-
<groupId>org.apache.maven.plugins</groupId>
127-
<artifactId>maven-release-plugin</artifactId>
128-
<version>2.5.3</version>
129-
<configuration>
130-
<autoVersionSubmodules>true</autoVersionSubmodules>
131-
<useReleaseProfile>false</useReleaseProfile>
132-
<releaseProfiles>release</releaseProfiles>
133-
<goals>deploy</goals>
134-
</configuration>
135-
</plugin>
136125
</plugins>
137126
</build>
138127

0 commit comments

Comments
 (0)