Skip to content

Commit 1dca682

Browse files
committed
Fixing build
Apparently we were using that maven repo
1 parent d5131dd commit 1dca682

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

biojava-structure-gui/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
<distribution>repo</distribution>
1717
</license>
1818
</licenses>
19+
<repositories>
20+
<!-- Used for javaws:javaws -->
21+
<repository>
22+
<id>biojava-maven-repo</id>
23+
<name>BioJava repository</name>
24+
<url>http://www.biojava.org/download/maven/</url>
25+
<snapshots>
26+
<enabled>true</enabled>
27+
</snapshots>
28+
<releases>
29+
<enabled>true</enabled>
30+
<updatePolicy>always</updatePolicy>
31+
</releases>
32+
</repository>
33+
</repositories>
1934
<dependencies>
2035
<dependency>
2136
<groupId>junit</groupId>

biojava-structure/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
<artifactId>biojava-structure</artifactId>
1010
<name>biojava-structure</name>
1111
<description>The protein structure modules of BioJava.</description>
12+
<licenses>
13+
<license>
14+
<name>GNU LGPL v2</name>
15+
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
16+
<distribution>repo</distribution>
17+
</license>
18+
</licenses>
1219

1320
<dependencies>
1421

0 commit comments

Comments
 (0)