提交 003bbab0 编写于 作者: E Eduardo Ramos

Avoid jar goal only with deployment profile, so a basic mvn install does not...

Avoid jar goal only with deployment profile, so a basic mvn install does not make the build fail due to not generating any artifacts.
上级 07a862ba
......@@ -460,20 +460,6 @@
</executions>
</plugin>
<!-- Avoid jar goal -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<phase>none</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- Do not generate a source jar -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
......@@ -530,6 +516,20 @@
<build>
<plugins>
<!-- Avoid jar goal -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<phase>none</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- Enable artifact deploy -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册