[java-mvn-enforcer] branch main updated: JPAR-195 - Review and simplify release profile

Ian Young ian at iay.org.uk
Wed Jul 12 08:12:08 UTC 2023


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository java-mvn-enforcer.

View the commit online:
http://git.shibboleth.net/view/?p=java-mvn-enforcer.git;a=commit;h=713062ab7bd46339d37812ddabcb4a0d8ea94980

The following commit(s) were added to refs/heads/main by this push:
     new 713062a  JPAR-195 - Review and simplify release profile
713062a is described below

commit 713062ab7bd46339d37812ddabcb4a0d8ea94980
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jul 12 09:11:56 2023 +0100

    JPAR-195 - Review and simplify release profile
    
    Remove the assembly plugin configuration, which
    is not used.
    
    https://shibboleth.atlassian.net/browse/JPAR-195
---
 parent/pom.xml | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e48c5f1..288a991 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -246,7 +246,6 @@
         <!--
             The "release" profile:
 
-* builds tar assemblies, if specified
 * builds source artifacts
 
 It also:
@@ -258,23 +257,6 @@ It also:
             <id>release</id>
             <build>
                 <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-assembly-plugin</artifactId>
-                        <configuration>
-                            <tarLongFileMode>gnu</tarLongFileMode>
-                            <ignoreMissingDescriptor>true</ignoreMissingDescriptor>
-                        </configuration>
-                        <executions>
-                            <execution>
-                                <id>make-assembly</id>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>single</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-compiler-plugin</artifactId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list