Skip to content

Commit b669cd4

Browse files
Add Makefile
1 parent c2a15e5 commit b669cd4

2 files changed

Lines changed: 4 additions & 20 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
release:
2+
git checkout main
3+
git pull
4+
mvn release:clean release:prepare release:perform -Dgoals=deploy release:clean

pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -377,26 +377,6 @@
377377
<tagNameFormat>@{project.version}</tagNameFormat>
378378
</configuration>
379379
</plugin>
380-
<plugin>
381-
<groupId>org.apache.maven.plugins</groupId>
382-
<artifactId>maven-enforcer-plugin</artifactId>
383-
<version>${maven-enforcer-plugin.version}</version>
384-
<executions>
385-
<execution>
386-
<goals>
387-
<goal>enforce</goal>
388-
</goals>
389-
<configuration>
390-
<rules>
391-
<requireJavaVersion>
392-
<version>${jdk.version}</version>
393-
</requireJavaVersion>
394-
<requirePluginVersions/>
395-
</rules>
396-
</configuration>
397-
</execution>
398-
</executions>
399-
</plugin>
400380
<plugin>
401381
<groupId>org.apache.maven.plugins</groupId>
402382
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)