File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 2626 <target >8</target >
2727 </configuration >
2828 </plugin >
29+ <plugin >
30+ <artifactId >maven-deploy-plugin</artifactId >
31+ <version >3.0.0-M1</version >
32+ <executions >
33+ <execution >
34+ <id >default-deploy</id >
35+ <phase >deploy</phase >
36+ <goals >
37+ <goal >deploy</goal >
38+ </goals >
39+ </execution >
40+ </executions >
41+ </plugin >
2942 </plugins >
3043 </build >
3144
45+ <distributionManagement >
46+ <snapshotRepository >
47+ <id >javawebstack-snapshots</id >
48+ <url >https://nexus.javawebstack.org/repository/javawebstack-snapshots</url >
49+ </snapshotRepository >
50+ <repository >
51+ <id >javawebstack-releases</id >
52+ <url >https://nexus.javawebstack.org/repository/javawebstack-releases</url >
53+ </repository >
54+ </distributionManagement >
3255
3356</project >
You can’t perform that action at this time.
0 commit comments