This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch release/0.9.6
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/release/0.9.6 by this push:
new d3544c9 try to fix maven build by disabling the template plugins
d3544c9 is described below
commit d3544c998323d8f32f5c437b665f0ce302333a2b
Author: Alex Harui <[email protected]>
AuthorDate: Tue Sep 24 15:31:49 2019 -0700
try to fix maven build by disabling the template plugins
---
manualtests/UnitTests/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/manualtests/UnitTests/pom.xml b/manualtests/UnitTests/pom.xml
index a411728..6024a71 100644
--- a/manualtests/UnitTests/pom.xml
+++ b/manualtests/UnitTests/pom.xml
@@ -84,6 +84,7 @@
</execution>
</executions>-->
</plugin>
+ <!-- AJH couldn't figure out how this was supposed to work so
disabled it to try to get the release to work
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
@@ -125,7 +126,7 @@
</execution>
</executions>
</plugin>
-
+ -->
<!--<plugin>
<groupId>com.google.code.maven-replacer-plugin</groupId>