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/05/06 12:44:26 UTC

[archiva-redback-core] branch master updated (a64df9f -> 6127099)

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-redback-core.git.


    from a64df9f  Jenkinsfile for multibranch pipeline
     new f40c61e  Fixing jxr config
     new 6127099  Changing mvn call

The 2 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     | 12 +++++++++---
 2 files changed, 10 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
martin_s@apache.org.

[archiva-redback-core] 02/02: Changing mvn call

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-redback-core.git

commit 61270996a46826f68cffe7cbb17c23603203c103
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Sun May 6 14:44:20 2018 +0200

    Changing mvn call
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8084a9b..6097149 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -76,7 +76,7 @@ pipeline {
                                 // -Dmaven.compiler.fork=false: Do not compile in a separate forked process
                                 // -Dmaven.test.failure.ignore=true: Do not stop, if some tests fail
                                 // -Pci-build: Profile for CI-Server
-                                sh "mvn clean deploy -B -U -e -fae -Dmaven.test.failure.ignore=true -T2 -Dmaven.compiler.fork=false -Pci-build"
+                                sh "mvn clean deploy -B -U -e -fae -Dmaven.test.failure.ignore=true -T2"
                             }
                 }
             }

-- 
To stop receiving notification emails like this one, please contact
martin_s@apache.org.

[archiva-redback-core] 01/02: Fixing jxr config

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-redback-core.git

commit f40c61e66457c38cc0a0a5bbe9957d3641caf7e6
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Sun May 6 14:43:50 2018 +0200

    Fixing jxr config
---
 pom.xml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4c6a29c..bf99315 100644
--- a/pom.xml
+++ b/pom.xml
@@ -750,6 +750,7 @@
             <exclude>patch.diff</exclude>
             <exclude>.repository</exclude>
             <exclude>.travis.yml</exclude>
+            <exclude>.repository/**</exclude>
             <!-- Netbeans files -->
             <exclude>nb-configuration.xml</exclude>
             <exclude>Jenkinsfile</exclude>
@@ -803,9 +804,14 @@
         <artifactId>maven-jxr-plugin</artifactId>
         <version>${jxrVersion}</version>
         <inherited>false</inherited>
-        <configuration>
-          <aggregate>true</aggregate>
-        </configuration>
+        <reportSets>
+          <reportSet>
+            <id>aggregate</id>
+            <reports>
+              <report>aggregate</report>
+            </reports>
+          </reportSet>
+        </reportSets>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

-- 
To stop receiving notification emails like this one, please contact
martin_s@apache.org.