We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7ecaa commit 9ef152eCopy full SHA for 9ef152e
1 file changed
pom.xml
@@ -16,7 +16,7 @@
16
<version>7.0</version>
17
<scope>provided</scope>
18
</dependency>
19
- </dependencies>
+ </dependencies>
20
<scm>
21
<connection>scm:git:https://github.com/javaee-samples/javaee7-simple-sample.git</connection>
22
<url>https://github.com/javaee-samples/javaee7-simple-sample.git</url>
@@ -42,6 +42,7 @@
42
</snapshotRepository>
43
</distributionManagement>
44
<build>
45
+ <finalName>javaee7-simple-sample</finalName>
46
<pluginManagement>
47
<plugins>
48
<plugin>
0 commit comments