Remove jenkins profile

According to the Jenkins configuration, only the maven profiles src and doc are necessary to execute in the build process. This commit removes the dedicated jenkins profile.
This commit is contained in:
gurkerl83 2020-12-07 00:25:55 +01:00 committed by Andrew Gaul
parent b7a8bd01f6
commit b0dacbac66
1 changed files with 0 additions and 26 deletions

View File

@ -1255,31 +1255,5 @@
</plugins> </plugins>
</build> </build>
</profile> </profile>
<profile>
<id>jenkins</id>
<build>
<plugins>
<!-- Make sure jclouds is built with the right JDK -->
<plugin>
<artifactId>maven-toolchains-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<goals>
<goal>toolchain</goal>
</goals>
</execution>
</executions>
<configuration>
<toolchains>
<jdk>
<version>${jdk.version}</version>
</jdk>
</toolchains>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles> </profiles>
</project> </project>