You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/07/29 23:30:26 UTC

[logging-log4j2] branch master updated (c4a942d -> 37b7627)

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

mattsicker pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.


    from c4a942d  Remove duplicate plugin declaration
     new cdb416b  Fix more pom warnings
     new 37b7627  Rearrange workflow command

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:
 .github/workflows/maven.yml                      | 4 ++--
 log4j-perf/pom.xml                               | 4 ----
 log4j-samples/log4j-samples-flume-remote/pom.xml | 8 --------
 3 files changed, 2 insertions(+), 14 deletions(-)


[logging-log4j2] 02/02: Rearrange workflow command

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 37b7627026ba7fda65c1ec2243d70290905a54d5
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Wed Jul 29 18:30:00 2020 -0500

    Rearrange workflow command
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0173281..a001a18 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,7 +44,7 @@ jobs:
 
       - name: Build with Maven (Linux)
         if: runner.os == 'Linux'
-        run: ./mvnw -V -B -e -DtrimStackTrace=false -Dmaven.test.failure.ignore=true verify --global-toolchains .github/workflows/maven-toolchains.xml
+        run: ./mvnw -V -B -e -DtrimStackTrace=false -Dmaven.test.failure.ignore=true --global-toolchains .github/workflows/maven-toolchains.xml verify
 
       - name: Inspect environment (Windows)
         if: runner.os == 'Windows'
@@ -52,7 +52,7 @@ jobs:
 
       - name: Build with Maven (Windows)
         if: runner.os == 'Windows'
-        run: ./mvnw -V -B -e -DtrimStackTrace=false -Dmaven.test.failure.ignore=true verify --global-toolchains ".github\workflows\maven-toolchains.xml"
+        run: ./mvnw -V -B -e -DtrimStackTrace=false "-Dmaven.test.failure.ignore=true" --global-toolchains ".github\workflows\maven-toolchains.xml" verify
 
       - name: Publish Test Results
         uses: scacap/action-surefire-report@v1


[logging-log4j2] 01/02: Fix more pom warnings

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit cdb416b4dcd5f81127b8f25ff372e2b41b278d80
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Wed Jul 29 18:27:55 2020 -0500

    Fix more pom warnings
---
 log4j-perf/pom.xml                               | 4 ----
 log4j-samples/log4j-samples-flume-remote/pom.xml | 8 --------
 2 files changed, 12 deletions(-)

diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml
index b21f058..71d0d21 100644
--- a/log4j-perf/pom.xml
+++ b/log4j-perf/pom.xml
@@ -29,10 +29,6 @@
   <name>Apache Log4J Performance Tests</name>
   <description>The Apache Log4j development-time performance tests</description>
 
-  <prerequisites>
-    <maven>3.0</maven>
-  </prerequisites>
-
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <log4jParentDir>${basedir}/..</log4jParentDir>
diff --git a/log4j-samples/log4j-samples-flume-remote/pom.xml b/log4j-samples/log4j-samples-flume-remote/pom.xml
index ef40dc3..b5dd23a 100644
--- a/log4j-samples/log4j-samples-flume-remote/pom.xml
+++ b/log4j-samples/log4j-samples-flume-remote/pom.xml
@@ -127,14 +127,6 @@
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <version>${deploy.plugin.version}</version>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 </project>