remove skip install on gcube-developer* profiles

feature/22842
Roberto Cirillo 2 years ago
parent 98d2db3a13
commit 2b80696a81

@ -78,23 +78,6 @@
</pluginRepositories>
<profiles>
<!-- This profile sets an additional parameter for javadoc generation to disables the doclint.
It avoids the build fails if formal/syntax errors are found in javadoc comments.
The parameter is only understood by jdk 1.8, so we set it only when jdk 1.8 is used -->
<!-- <profile> -->
<!-- <id>disable-java8-doclint</id> -->
<!-- <activation> -->
<!-- <jdk>[1.8,)</jdk> -->
<!-- </activation> -->
<!-- <properties> -->
<!-- <javadoc.opts>-Xdoclint:none</javadoc.opts> -->
<!-- </properties> -->
<!-- </profile> -->
<!--
This profile enables the generation fo the source package
-->
<profile>
<id>generate-distribution-packages</id>
<activation>
@ -216,14 +199,6 @@
<skip>${skip.when.is.release.used}</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.4</version>
<configuration>
<skip>${skip.when.is.release.used}</skip>
</configuration>
</plugin>
<!-- following plugins added just for test they were configured globally -->
<plugin>
<groupId>org.codehaus.gmaven</groupId>
@ -349,14 +324,6 @@
<skip>${skip.when.is.release.used}</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.4</version>
<configuration>
<skip>${skip.when.is.release.used}</skip>
</configuration>
</plugin>
<!-- following plugins added just for test they were configured globally -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>

Loading…
Cancel
Save