[java-parent-project] 02/02: JPAR-195 - Review and simplify release profile
Ian Young
ian at iay.org.uk
Wed Jul 12 13:09:37 UTC 2023
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-11
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=65d0908af8d864a02b709fae472872956219783b
commit 65d0908af8d864a02b709fae472872956219783b
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jul 12 09:09:35 2023 +0100
JPAR-195 - Review and simplify release profile
Remove the assebly plugin configuration, which is no
longer used.
https://shibboleth.atlassian.net/browse/JPAR-195
---
pom.xml | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1ba5a43..f421ade 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1016,7 +1016,6 @@
<!--
The "release" profile:
- * builds tar assemblies, if specified
* builds Javadoc artifacts
* builds source artifacts
@@ -1029,25 +1028,6 @@
<id>release</id>
<build>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <overrideUid>1000</overrideUid>
- <overrideGid>1000</overrideGid>
- <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