[java-parent-project] branch main updated: JPAR-195 - Review and simplify release profile
Ian Young
ian at iay.org.uk
Wed Jul 12 08:09:42 UTC 2023
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=3a90650b6f16f7e07d07052f401271a8293938de
The following commit(s) were added to refs/heads/main by this push:
new 3a90650 JPAR-195 - Review and simplify release profile
3a90650 is described below
commit 3a90650b6f16f7e07d07052f401271a8293938de
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 280db8b..eb1e095 100644
--- a/pom.xml
+++ b/pom.xml
@@ -975,7 +975,6 @@
<!--
The "release" profile:
- * builds tar assemblies, if specified
* builds Javadoc artifacts
* builds source artifacts
@@ -988,25 +987,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