You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/11/02 06:45:10 UTC

[archiva-parent] branch master updated (8ec5a09 -> c989bb7)

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git.


    from 8ec5a09  Fixing syntax
     new 8752ab9  Fixing syntax validation errors
     new 46b235d  Fixing maven config reference for ci
     new c989bb7  Increasing rat plugin version

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile | 2 +-
 pom.xml     | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)


[archiva-parent] 02/03: Fixing maven config reference for ci

Posted by ma...@apache.org.
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 46b235db18853cbb7042aa99d4a0c9b8552c4fc6
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Fri Nov 2 07:44:28 2018 +0100

    Fixing maven config reference for ci
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9b49673..54fcbad 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -3,7 +3,7 @@ buildJdk = 'JDK 1.8 (latest)'
 buildJdk9 = 'JDK 1.9 (latest)'
 buildJdk10 = 'JDK 10 (latest)'
 buildMvn = 'Maven 3.5.2'
-deploySettings = 'DefaultMavenSettingsProvider.1331204114925'
+deploySettings = 'archiva-uid-jenkins'
 
 
 pipeline {


[archiva-parent] 03/03: Increasing rat plugin version

Posted by ma...@apache.org.
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 c989bb78b08e4f875192614c936879f3b0b9a575
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Fri Nov 2 07:44:57 2018 +0100

    Increasing rat plugin version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5a89774..815b871 100644
--- a/pom.xml
+++ b/pom.xml
@@ -763,7 +763,7 @@
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.11</version>
+          <version>0.12</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>


[archiva-parent] 01/03: Fixing syntax validation errors

Posted by ma...@apache.org.
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 <ma...@ars.de>
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>