You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: biojava-integrationtest/pom.xml
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,10 @@ mvn verify</description>
71
71
<!-- integrationtest module shouldn't create a jar file (it would be empty).
72
72
Recipe from https://stackoverflow.com/questions/2188746/what-is-the-best-way-to-avoid-maven-jar
73
73
- JD 2018-03-08 -->
74
+
<!-- I had to comment this out because the gpg plugin would error on trying to sign the inexistent jar when doing 'mvn release:perform' or 'mvn package gpg:sign',
75
+
see https://github.com/biojava/biojava/issues/727 - JD 2018-03-23
76
+
-->
77
+
<!--
74
78
<plugin>
75
79
<artifactId>maven-jar-plugin</artifactId>
76
80
<executions>
@@ -93,6 +97,16 @@ mvn verify</description>
93
97
</execution>
94
98
</executions>
95
99
</plugin>
100
+
-->
101
+
<!-- With this 'mvn deploy' should not publish the jar file. See https://github.com/biojava/biojava/issues/727 - JD 2018-03-23 -->
0 commit comments