This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new e5e9f8d00dfe remove unused profile `tia` with unknown and unresolvable
mvntia-maven-plugin
e5e9f8d00dfe is described below
commit e5e9f8d00dfece18285603160e2e81bbf205fd01
Author: Aurélien Pupier <[email protected]>
AuthorDate: Tue May 12 13:52:51 2026 +0200
remove unused profile `tia` with unknown and unresolvable
mvntia-maven-plugin
Signed-off-by: Aurélien Pupier <[email protected]>
---
parent/pom.xml | 35 -----------------------------------
1 file changed, 35 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 83f228620566..ec0b1be875de 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4260,41 +4260,6 @@
</plugins>
</build>
</profile>
- <profile>
- <id>tia</id>
- <properties>
-
<mvntia.propertyName>camel.surefire.fork.vmargs</mvntia.propertyName>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.jboss.fuse.mvntia</groupId>
- <artifactId>mvntia-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>prepare-agent</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <argLine>@{camel.surefire.fork.vmargs}
@{argLine}</argLine>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-failsafe-plugin</artifactId>
- <configuration>
- <argLine>@{camel.failsafe.fork.vmargs}
@{argLine}</argLine>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
<profile>
<id>full</id>
<activation>