Skip to content

Commit 9983a91

Browse files
committed
Fixes to poms: integration tests again run, AND things install
1 parent c09946e commit 9983a91

3 files changed

Lines changed: 2 additions & 16 deletions

File tree

integrationtest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>4.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>integrationtest</artifactId>
10-
<packaging>pom</packaging>
10+
<packaging>jar</packaging>
1111
<name>integrationtest</name>
1212
<url>http://www.biojava.org</url>
1313
<properties>

pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -254,20 +254,6 @@
254254
<version>2.12</version>
255255
</plugin>
256256

257-
<!-- required for OSSRH release, see http://central.sonatype.org/pages/how-to-generate-pgp-signatures-with-maven.html -->
258-
<plugin>
259-
<groupId>org.apache.maven.plugins</groupId>
260-
<artifactId>maven-release-plugin</artifactId>
261-
<version>2.5</version>
262-
<configuration>
263-
<autoVersionSumodules>true</autoVersionSumodules>
264-
<!--<mavenExecutorId>forked-path</mavenExecutorId> -->
265-
<!--<useReleaseProfile>false</useReleaseProfile> -->
266-
<!--<arguments>${arguments} -Psonatype-oss-release</arguments> -->
267-
</configuration>
268-
</plugin>
269-
270-
271257
</plugins>
272258
</pluginManagement>
273259

protein-comparison-tool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99

1010
<artifactId>protein-comparison-tool</artifactId>
11-
<packaging>pom</packaging>
11+
<packaging>jar</packaging>
1212
<name>protein-comparison-tool</name>
1313
<url>http://source.rcsb.org</url>
1414
<properties>

0 commit comments

Comments
 (0)