Skip to content

Commit 816b105

Browse files
committed
Pom now looks for jars in the https://github.com/biojava/maven-repo and not biojava.org
1 parent fb78465 commit 816b105

1 file changed

Lines changed: 108 additions & 106 deletions

File tree

biojava-structure-gui/pom.xml

Lines changed: 108 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -1,111 +1,113 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3-
<parent>
4-
<artifactId>biojava</artifactId>
5-
<groupId>org.biojava</groupId>
6-
<version>5.0.0-SNAPSHOT</version>
7-
</parent>
8-
<modelVersion>4.0.0</modelVersion>
9-
<artifactId>biojava-structure-gui</artifactId>
10-
<name>biojava-structure-gui</name>
11-
<url>http://www.biojava.org</url>
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>
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>
34-
<dependencies>
35-
<dependency>
36-
<groupId>junit</groupId>
37-
<artifactId>junit</artifactId>
38-
<scope>test</scope>
39-
</dependency>
40-
<dependency>
41-
<groupId>javaws</groupId>
42-
<artifactId>javaws</artifactId>
43-
<version>1.0</version>
44-
</dependency>
45-
<dependency>
46-
<groupId>org.biojava</groupId>
47-
<artifactId>biojava-structure</artifactId>
48-
<version>5.0.0-SNAPSHOT</version>
49-
<scope>compile</scope>
50-
</dependency>
51-
<dependency>
52-
<groupId>org.biojava</groupId>
53-
<artifactId>biojava-core</artifactId>
54-
<version>5.0.0-SNAPSHOT</version>
55-
<scope>compile</scope>
56-
</dependency>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4+
<parent>
5+
<artifactId>biojava</artifactId>
6+
<groupId>org.biojava</groupId>
7+
<version>5.0.0-SNAPSHOT</version>
8+
</parent>
9+
<modelVersion>4.0.0</modelVersion>
10+
<artifactId>biojava-structure-gui</artifactId>
11+
<name>biojava-structure-gui</name>
12+
<url>http://www.biojava.org</url>
13+
<licenses>
14+
<license>
15+
<name>GNU LGPL v2</name>
16+
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
17+
<distribution>repo</distribution>
18+
</license>
19+
</licenses>
20+
<repositories>
21+
<!-- Used for javaws:javaws -->
22+
<repository>
23+
<id>biojava-maven-repo</id>
24+
<name>BioJava repository</name>
25+
<url>https://github.com/biojava/maven-repo/raw/master/</url>
26+
<snapshots>
27+
<enabled>true</enabled>
28+
</snapshots>
29+
<releases>
30+
<enabled>true</enabled>
31+
<updatePolicy>always</updatePolicy>
32+
</releases>
33+
</repository>
34+
</repositories>
35+
<dependencies>
36+
<dependency>
37+
<groupId>junit</groupId>
38+
<artifactId>junit</artifactId>
39+
<scope>test</scope>
40+
</dependency>
41+
<dependency>
42+
<groupId>javaws</groupId>
43+
<artifactId>javaws</artifactId>
44+
<version>1.0</version>
45+
</dependency>
46+
<dependency>
47+
<groupId>org.biojava</groupId>
48+
<artifactId>biojava-structure</artifactId>
49+
<version>5.0.0-SNAPSHOT</version>
50+
<scope>compile</scope>
51+
</dependency>
52+
<dependency>
53+
<groupId>org.biojava</groupId>
54+
<artifactId>biojava-core</artifactId>
55+
<version>5.0.0-SNAPSHOT</version>
56+
<scope>compile</scope>
57+
</dependency>
5758

58-
<!-- Include jMol LAST, as it shades in several unwanted dependencies,
59-
notably commons-cli:1.1 -->
60-
<dependency>
61-
<groupId>net.sourceforge.jmol</groupId>
62-
<artifactId>jmol</artifactId>
63-
<version>13.0.14</version>
64-
</dependency>
65-
<!-- logging dependencies (managed by parent pom, don't set versions or
66-
scopes here) -->
67-
<dependency>
68-
<groupId>org.slf4j</groupId>
69-
<artifactId>slf4j-api</artifactId>
70-
</dependency>
71-
<!-- binding for log4j2, scope=runTime set in parent pom -->
72-
<dependency>
73-
<groupId>org.apache.logging.log4j</groupId>
74-
<artifactId>log4j-slf4j-impl</artifactId>
75-
</dependency>
76-
<dependency>
77-
<groupId>org.apache.logging.log4j</groupId>
78-
<artifactId>log4j-api</artifactId>
79-
</dependency>
80-
<dependency>
81-
<groupId>org.apache.logging.log4j</groupId>
82-
<artifactId>log4j-core</artifactId>
83-
</dependency>
84-
<dependency>
85-
<groupId>org.biojava</groupId>
86-
<artifactId>jcolorbrewer</artifactId>
87-
<version>5.2</version>
88-
</dependency>
89-
</dependencies>
90-
<properties>
91-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
92-
<project.build.targetEncoding>UTF-8</project.build.targetEncoding>
93-
</properties>
94-
<build>
95-
<plugins>
59+
<!-- Include jMol LAST, as it shades in several unwanted dependencies,
60+
notably commons-cli:1.1 -->
61+
<dependency>
62+
<groupId>net.sourceforge.jmol</groupId>
63+
<artifactId>jmol</artifactId>
64+
<version>13.0.14</version>
65+
</dependency>
66+
<!-- logging dependencies (managed by parent pom, don't set versions or
67+
scopes here) -->
68+
<dependency>
69+
<groupId>org.slf4j</groupId>
70+
<artifactId>slf4j-api</artifactId>
71+
</dependency>
72+
<!-- binding for log4j2, scope=runTime set in parent pom -->
73+
<dependency>
74+
<groupId>org.apache.logging.log4j</groupId>
75+
<artifactId>log4j-slf4j-impl</artifactId>
76+
</dependency>
77+
<dependency>
78+
<groupId>org.apache.logging.log4j</groupId>
79+
<artifactId>log4j-api</artifactId>
80+
</dependency>
81+
<dependency>
82+
<groupId>org.apache.logging.log4j</groupId>
83+
<artifactId>log4j-core</artifactId>
84+
</dependency>
85+
<dependency>
86+
<groupId>org.biojava</groupId>
87+
<artifactId>jcolorbrewer</artifactId>
88+
<version>5.2</version>
89+
</dependency>
90+
</dependencies>
91+
<properties>
92+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
93+
<project.build.targetEncoding>UTF-8</project.build.targetEncoding>
94+
</properties>
95+
<build>
96+
<plugins>
9697

97-
<!-- Excluding demo package is required for avoiding namespace clashes (demo package is in all modules) for signing the jar. See issue #387 -->
98-
<plugin>
99-
<groupId>org.apache.maven.plugins</groupId>
100-
<artifactId>maven-jar-plugin</artifactId>
101-
<configuration>
102-
<excludes>
103-
<exclude>demo/**</exclude>
104-
</excludes>
105-
</configuration>
106-
</plugin>
107-
108-
</plugins>
109-
</build>
98+
<!-- Excluding demo package is required for avoiding namespace clashes
99+
(demo package is in all modules) for signing the jar. See issue #387 -->
100+
<plugin>
101+
<groupId>org.apache.maven.plugins</groupId>
102+
<artifactId>maven-jar-plugin</artifactId>
103+
<configuration>
104+
<excludes>
105+
<exclude>demo/**</exclude>
106+
</excludes>
107+
</configuration>
108+
</plugin>
109+
110+
</plugins>
111+
</build>
110112

111113
</project>

0 commit comments

Comments
 (0)