This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new bcd110e0a chore(build): removed windows profile, no longer necessary
(#2891)
bcd110e0a is described below
commit bcd110e0a036ad4dc89cdfe60e1f32a9d1147be3
Author: Lenny Primak <[email protected]>
AuthorDate: Wed Sep 16 02:17:28 2026 -0500
chore(build): removed windows profile, no longer necessary (#2891)
---
pom.xml | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/pom.xml b/pom.xml
index 123cb59c3..b1059fc2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1772,31 +1772,5 @@
</plugins>
</build>
</profile>
- <profile>
- <id>windows-tests</id>
- <activation>
- <os>
- <family>Windows</family>
- </os>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <enableProcessChecker>ping</enableProcessChecker>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-failsafe-plugin</artifactId>
- <configuration>
- <enableProcessChecker>ping</enableProcessChecker>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
</profiles>
</project>