remove jenkins-release-next profile. I think it's not strictly necessary
now
This commit is contained in:
parent
d23a597fc6
commit
eb36893feb
86
pom.xml
86
pom.xml
|
@ -77,7 +77,6 @@
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
|
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
<!-- This profile sets an additional parameter for javadoc generation to disables the doclint.
|
<!-- 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.
|
It avoids the build fails if formal/syntax errors are found in javadoc comments.
|
||||||
|
@ -469,91 +468,6 @@
|
||||||
<finalName>${project.artifactId}-${project.version}</finalName>
|
<finalName>${project.artifactId}-${project.version}</finalName>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
|
||||||
<id>jenkins-releases-next</id>
|
|
||||||
<activation>
|
|
||||||
<jdk>[9,)</jdk>
|
|
||||||
<property>
|
|
||||||
<name>jenkins-releases</name>
|
|
||||||
<value>true</value>
|
|
||||||
</property>
|
|
||||||
</activation>
|
|
||||||
<!-- Repositories for dependency resolution -->
|
|
||||||
<!-- Repositories for dependency resolution -->
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>gcube-releases</id>
|
|
||||||
<name>gCube Releases</name>
|
|
||||||
<url>${repository.releases.url}</url>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
<updatePolicy>never</updatePolicy>
|
|
||||||
</snapshots>
|
|
||||||
<releases>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<updatePolicy>never</updatePolicy>
|
|
||||||
</releases>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
|
||||||
<id>gcube-externals</id>
|
|
||||||
<name>gCube Externals</name>
|
|
||||||
<url>${repository.externals.readonly}</url>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
<updatePolicy>never</updatePolicy>
|
|
||||||
</snapshots>
|
|
||||||
<releases>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
<updatePolicy>never</updatePolicy>
|
|
||||||
</releases>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
|
|
||||||
<!-- Repositories for deployments -->
|
|
||||||
<distributionManagement>
|
|
||||||
<repository>
|
|
||||||
<id>gcube-releases</id>
|
|
||||||
<name>gCube Releases</name>
|
|
||||||
<url>${repository.releases.url}</url>
|
|
||||||
</repository>
|
|
||||||
</distributionManagement>
|
|
||||||
|
|
||||||
|
|
||||||
<build>
|
|
||||||
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>io.github.olivierlemasle.maven</groupId>
|
|
||||||
<artifactId>plaintext-maven-plugin</artifactId>
|
|
||||||
<version>${plugin.plaintext.version}</version>
|
|
||||||
<configuration>
|
|
||||||
<outputDirectory>${env.MAVEN_CONFIG_FOLDER}</outputDirectory>
|
|
||||||
<files>
|
|
||||||
<file>
|
|
||||||
<name>build_commits.csv</name>
|
|
||||||
<append>true</append>
|
|
||||||
<lines>
|
|
||||||
<line>
|
|
||||||
${project.groupId},${project.artifactId},${project.version},${project.scm.url},${buildNumber},${repository.releases.url},${project.build.finalName},${project.packaging}
|
|
||||||
</line>
|
|
||||||
</lines>
|
|
||||||
</file>
|
|
||||||
</files>
|
|
||||||
</configuration>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>generate-file</id>
|
|
||||||
<phase>package</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>write</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
<finalName>${project.artifactId}-${project.version}</finalName>
|
|
||||||
</build>
|
|
||||||
</profile>
|
|
||||||
<profile>
|
<profile>
|
||||||
<id>jenkins-staging-old</id>
|
<id>jenkins-staging-old</id>
|
||||||
<activation>
|
<activation>
|
||||||
|
|
Loading…
Reference in New Issue