You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2021/02/19 14:31:20 UTC

[jclouds] 06/09: Remove jenkins profile

This is an automated email from the ASF dual-hosted git repository.

gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git

commit b0dacbac6635996bfbe12f8504cf46e438563b6a
Author: gurkerl83 <ma...@gmx.de>
AuthorDate: Mon Dec 7 00:25:55 2020 +0100

    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.
---
 project/pom.xml | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/project/pom.xml b/project/pom.xml
index 4d2e7c7..fb3452e 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -1255,31 +1255,5 @@
         </plugins>
       </build>
     </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>
 </project>