Commit b1e66d1 1 parent a253adf commit b1e66d1 Copy full SHA for b1e66d1
File tree 2 files changed +21
-5
lines changed
2 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 26
26
if : startsWith(github.ref, 'refs/tags/')
27
27
- name : Publish to GitHub Packages
28
28
if : startsWith(github.ref, 'refs/tags/')
29
- run : mvn --batch-mode deploy -B --no-transfer-progress -DskipTests -P release
29
+ run : mvn --batch-mode deploy -B --no-transfer-progress -DskipTests
30
30
env :
31
31
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32
32
Original file line number Diff line number Diff line change 45
45
</developer >
46
46
</developers >
47
47
48
- <prerequisites >
49
- <maven >3.3.0</maven >
50
- </prerequisites >
51
-
52
48
<scm >
53
49
<
connection >scm:git:
[email protected] :graphhopper/jsprit.git</
connection >
54
50
<developerConnection >scm:git:https://github.com/graphhopper/jsprit.git</developerConnection >
101
97
102
98
103
99
<plugins >
100
+ <plugin >
101
+ <groupId >org.apache.maven.plugins</groupId >
102
+ <artifactId >maven-enforcer-plugin</artifactId >
103
+ <version >3.4.1</version >
104
+ <executions >
105
+ <execution >
106
+ <id >enforce-maven</id >
107
+ <goals >
108
+ <goal >enforce</goal >
109
+ </goals >
110
+ <configuration >
111
+ <rules >
112
+ <requireMavenVersion >
113
+ <version >[3.6.0,)</version >
114
+ </requireMavenVersion >
115
+ </rules >
116
+ </configuration >
117
+ </execution >
118
+ </executions >
119
+ </plugin >
104
120
<plugin >
105
121
<groupId >org.apache.maven.plugins</groupId >
106
122
<artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments