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

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


The following commit(s) were added to refs/heads/master by this push:
     new fe565ee  moved rat plugin, reconfigured bnd to not fail on missing
fe565ee is described below

commit fe565eefd334f21f776ebbe1c15aa9d257f267f1
Author: Christian Grobmeier <[email protected]>
AuthorDate: Thu Dec 21 19:13:36 2023 +0100

    moved rat plugin, reconfigured bnd to not fail on missing
---
 .flattened-pom.xml | 46 ++++++++++++++++++++-------------------------
 pom.xml            | 55 +++++++++++++++++++++++++-----------------------------
 2 files changed, 45 insertions(+), 56 deletions(-)

diff --git a/.flattened-pom.xml b/.flattened-pom.xml
index f9226c9..dafce69 100644
--- a/.flattened-pom.xml
+++ b/.flattened-pom.xml
@@ -201,6 +201,26 @@
   </dependencies>
   <build>
     <plugins>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <workingDirectory>target</workingDirectory>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>biz.aQute.bnd</groupId>
+        <artifactId>bnd-baseline-maven-plugin</artifactId>
+        <configuration>
+          <failOnMissing>false</failOnMissing>
+        </configuration>
+      </plugin>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <version>3.12.0</version>
@@ -297,36 +317,10 @@
         </plugins>
       </build>
     </profile>
-    <profile>
-      <id>development</id>
-      <repositories>
-        <repository>
-          <releases>
-            <enabled>false</enabled>
-          </releases>
-          <id>apache.snapshots</id>
-          <name>Apache Snapshot Repository</name>
-          <url>https://repository.apache.org/snapshots</url>
-        </repository>
-      </repositories>
-    </profile>
     <profile>
       <id>packaging</id>
       <build>
         <plugins>
-          <plugin>
-            <groupId>org.apache.rat</groupId>
-            <artifactId>apache-rat-plugin</artifactId>
-          </plugin>
-          <plugin>
-            <artifactId>maven-project-info-reports-plugin</artifactId>
-          </plugin>
-          <plugin>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <workingDirectory>target</workingDirectory>
-            </configuration>
-          </plugin>
           <plugin>
             <artifactId>maven-jar-plugin</artifactId>
             <version>3.2.2</version>
diff --git a/pom.xml b/pom.xml
index 14de62a..22e5741 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,6 +214,31 @@
 
   <build>
     <plugins>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <workingDirectory>target</workingDirectory>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>biz.aQute.bnd</groupId>
+        <artifactId>bnd-baseline-maven-plugin</artifactId>
+
+        <configuration>
+          <failOnMissing>false</failOnMissing>
+        </configuration>
+      </plugin>
+
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
@@ -364,40 +389,10 @@
       </build>
     </profile>
 
-    <profile>
-      <id>development</id>
-      <repositories>
-        <repository>
-          <releases>
-            <enabled>false</enabled>
-          </releases>
-          <id>apache.snapshots</id>
-          <name>Apache Snapshot Repository</name>
-          <url>https://repository.apache.org/snapshots</url>
-        </repository>
-      </repositories>
-    </profile>
-
     <profile>
       <id>packaging</id>
       <build>
         <plugins>
-          <plugin>
-            <groupId>org.apache.rat</groupId>
-            <artifactId>apache-rat-plugin</artifactId>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-project-info-reports-plugin</artifactId>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <workingDirectory>target</workingDirectory>
-            </configuration>
-          </plugin>
-
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-jar-plugin</artifactId>

Reply via email to