Skip to content

Commit

Permalink
Point to new Maven Repo
Browse files Browse the repository at this point in the history
Signed-off-by: Staartvin <[email protected]>
  • Loading branch information
Staartvin committed Aug 16, 2015
1 parent 561400e commit d5e048a
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 210 deletions.
95 changes: 49 additions & 46 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,47 +1,50 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>PluginLibrary</groupId>
<artifactId>PluginLibrary</artifactId>
<version>1.0</version>
<name>PluginLibrary</name>
<build>
<sourceDirectory>src</sourceDirectory>
<resources>
<resource>
<directory>src</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>

<resource>
<filtering>true</filtering>
<directory>${basedir}</directory>
<includes>
<include>*.yml</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>
</build>

<repositories>

<repository>
<id>git-Staartvin</id>
<name>Staartvin's Git based repo</name>
<url>https://github.com/Staartvin/maven-repo/raw/master/</url>
</repository>

</repositories>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>PluginLibrary</groupId>
<artifactId>PluginLibrary</artifactId>
<version>1.0</version>
<name>PluginLibrary</name>
<build>
<sourceDirectory>src</sourceDirectory>
<resources>
<resource>
<directory>src</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>

<resource>
<filtering>true</filtering>
<directory>${basedir}</directory>
<includes>
<include>*.yml</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>
</build>

<repositories>
<repository>
<id>Staartvin-Bitbucket-repo</id>
<url>https://bitbucket.org/Staartvin/maven-repo/raw/master/</url>
</repository>

<repository>
<id>stats-repo-snapshots</id>
<url>http://nexus.lolmewn.nl/content/repositories/snapshots/</url>
</repository>

</repositories>
</project>
Loading

0 comments on commit d5e048a

Please sign in to comment.