We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37123da commit 6274772Copy full SHA for 6274772
pom.xml
@@ -18,6 +18,18 @@
18
<scope>provided</scope>
19
</dependency>
20
</dependencies>
21
+ <distributionManagement>
22
+ <repository>
23
+ <id>deployment</id>
24
+ <name>Internal Releases</name>
25
+ <url>http://localhost:8081/nexus/content/repositories/releases/</url>
26
+ </repository>
27
+ <snapshotRepository>
28
29
+ <name>Internal Snapshot Releases</name>
30
+ <url>http://localhost:8081/nexus/content/repositories/snapshots/</url>
31
+ </snapshotRepository>
32
+ </distributionManagement>
33
<build>
34
<finalName>javaee7-simple-sample</finalName>
35
<plugins>
0 commit comments