Skip to content

Commit cf2eebd

Browse files
committed
cleaning up some elements so that it can be released to Nexus
1 parent bf1fd58 commit cf2eebd

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
</snapshotRepository>
4343
</distributionManagement>
4444
<build>
45-
<finalName>javaee7-simple-sample</finalName>
4645
<plugins>
4746
<plugin>
4847
<artifactId>maven-compiler-plugin</artifactId>
@@ -76,7 +75,7 @@
7675
</build>
7776
<profiles>
7877
<profile>
79-
<id>releases</id>
78+
<id>release</id>
8079
<build>
8180
<plugins>
8281
<plugin>
@@ -111,15 +110,6 @@
111110
<groupId>org.apache.maven.plugins</groupId>
112111
<artifactId>maven-source-plugin</artifactId>
113112
<version>2.4</version>
114-
<executions>
115-
<execution>
116-
<id>attach-sources</id>
117-
<phase>verify</phase>
118-
<goals>
119-
<goal>jar-no-fork</goal>
120-
</goals>
121-
</execution>
122-
</executions>
123113
</plugin>
124114
<plugin>
125115
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)