This is an automated email from the ASF dual-hosted git repository.
adangel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 9149590 Enable it "singleproject-toolchains"
9149590 is described below
commit 914959032d28a4dbff5e1695847c8c1eb829798a
Author: Andreas Dangel <[email protected]>
AuthorDate: Sun Oct 4 17:26:27 2020 +0200
Enable it "singleproject-toolchains"
---
pom.xml | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/pom.xml b/pom.xml
index 31166a0..1e735a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -332,28 +332,5 @@ under the License.
</dependency>
</dependencies>
</profile>
- <profile>
- <id>Jenkins</id>
- <activation>
- <property>
- <name>env.JENKINS_URL</name>
- </property>
- </activation>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-invoker-plugin</artifactId>
- <configuration>
- <pomExcludes>
-
<pomExclude>multirelease-patterns/singleproject-toolchains/pom.xml</pomExclude>
- </pomExcludes>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
- </profile>
</profiles>
</project>