This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-parent.git
commit 8752ab9d2ce35b9906ca13a47b4497dff1cd2613 Author: Martin Stockhammer <[email protected]> AuthorDate: Mon Oct 29 19:26:31 2018 +0100 Fixing syntax validation errors --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d07ff3d..5a89774 100644 --- a/pom.xml +++ b/pom.xml @@ -645,6 +645,7 @@ <extensions>true</extensions> <configuration> <instructions> + <!--suppress UnresolvedMavenProperty --> <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy> </instructions> </configuration> @@ -883,8 +884,10 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <configuration> + <!--suppress UnresolvedMavenProperty --> <passphrase>${gpg.passphrase}</passphrase> <useAgent>${gpg.useagent}</useAgent> + <!--suppress UnresolvedMavenProperty --> <keyname>${gpg.keyname}</keyname> </configuration> <executions> @@ -985,7 +988,6 @@ <configuration> <docsDir>${enunciate.docsDir}</docsDir> <configFile>src/enunciate/enunciate.xml</configFile> - <compileDebug>${enunciate.debug}</compileDebug> </configuration> </plugin> </plugins>
