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 bf1fd58 commit cf2eebdCopy full SHA for cf2eebd
pom.xml
@@ -42,7 +42,6 @@
42
</snapshotRepository>
43
</distributionManagement>
44
<build>
45
- <finalName>javaee7-simple-sample</finalName>
46
<plugins>
47
<plugin>
48
<artifactId>maven-compiler-plugin</artifactId>
@@ -76,7 +75,7 @@
76
75
</build>
77
<profiles>
78
<profile>
79
- <id>releases</id>
+ <id>release</id>
80
81
82
@@ -111,15 +110,6 @@
111
110
<groupId>org.apache.maven.plugins</groupId>
112
<artifactId>maven-source-plugin</artifactId>
113
<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>
123
</plugin>
124
125
0 commit comments