[java-parent-project] branch maint-11 updated: Align release profile to match main branch.
Scott Cantor
cantor.2 at osu.edu
Fri Oct 20 16:44:06 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor 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=c7a57d55a317e0d9f41ec2cf082606d465cf1d90
The following commit(s) were added to refs/heads/maint-11 by this push:
new c7a57d5 Align release profile to match main branch.
c7a57d5 is described below
commit c7a57d55a317e0d9f41ec2cf082606d465cf1d90
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Oct 20 12:43:59 2023 -0400
Align release profile to match main branch.
---
pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9949f26..5c21268 100644
--- a/pom.xml
+++ b/pom.xml
@@ -988,12 +988,10 @@
<!--
The "release" profile:
- * builds Javadoc artifacts
* builds source artifacts
It also:
- * Invokes the dependency plugin without a goal
* Enables deprecations and warnings during compilation
-->
<profile>
@@ -1009,11 +1007,6 @@
<debug>true</debug>
</configuration>
</plugin>
- <!-- TODO what does this plugin do ? -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list