This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
The following commit(s) were added to refs/heads/develop by this push:
new 8c12eb3c8 remove nonexistent maven-archiver-plugin (closes #149)
8c12eb3c8 is described below
commit 8c12eb3c8f4579bab8bedad8f10223b363d2217c
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon Dec 11 10:33:43 2023 -0800
remove nonexistent maven-archiver-plugin (closes #149)
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index a8777a494..077f1b744 100644
--- a/pom.xml
+++ b/pom.xml
@@ -472,12 +472,6 @@
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-archiver-plugin</artifactId>
- <version>3.0.1</version>
- </plugin>
-
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>