Add repository to POM file

This commit is contained in:
Klemens Muthmann 2020-01-28 09:43:45 +01:00
parent f9fa0088c0
commit 8a033e311c
2 changed files with 152 additions and 144 deletions

292
pom.xml
View file

@ -1,158 +1,166 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>org.btools</groupId> <groupId>org.btools</groupId>
<artifactId>brouter</artifactId> <artifactId>brouter</artifactId>
<version>1.5.5</version> <version>1.5.5</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<url>http://brouter.de/brouter/</url> <url>http://brouter.de/brouter/</url>
<name>brouter</name> <name>brouter</name>
<description>configurable OSM offline router with elevation awareness, Java + Android</description> <description>configurable OSM offline router with elevation awareness, Java + Android</description>
<modules> <modules>
<module>brouter-util</module> <module>brouter-util</module>
<module>brouter-codec</module> <module>brouter-codec</module>
<module>brouter-expressions</module> <module>brouter-expressions</module>
<module>brouter-mapaccess</module> <module>brouter-mapaccess</module>
<module>brouter-core</module> <module>brouter-core</module>
<module>brouter-map-creator</module> <module>brouter-map-creator</module>
<module>brouter-server</module> <module>brouter-server</module>
<module>brouter-routing-app</module> <module>brouter-routing-app</module>
</modules> </modules>
<developers> <developers>
<developer> <developer>
<id>arndt.brenschede</id> <id>arndt.brenschede</id>
<name>Arndt Brenschede</name> <name>Arndt Brenschede</name>
<email>Arndt.Brenschede@web.de</email> <email>Arndt.Brenschede@web.de</email>
</developer> </developer>
<developer> <developer>
<id>norbert.truchsess</id> <id>norbert.truchsess</id>
<name>Norbert Truchsess</name> <name>Norbert Truchsess</name>
<email>norbert.truchsess@t-online.de</email> <email>norbert.truchsess@t-online.de</email>
</developer> </developer>
</developers> </developers>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<targetJdk>1.6</targetJdk> <targetJdk>1.6</targetJdk>
</properties> </properties>
<build> <build>
<pluginManagement> <pluginManagement>
<plugins> <plugins>
<plugin> <plugin>
<groupId>com.jayway.maven.plugins.android.generation2</groupId> <groupId>com.jayway.maven.plugins.android.generation2</groupId>
<artifactId>android-maven-plugin</artifactId> <artifactId>android-maven-plugin</artifactId>
<version>3.6.0</version> <version>3.6.0</version>
<extensions>true</extensions> <extensions>true</extensions>
<configuration> <configuration>
<genDirectory>gen</genDirectory> <genDirectory>gen</genDirectory>
<genDirectoryAidl>gen</genDirectoryAidl> <genDirectoryAidl>gen</genDirectoryAidl>
<extractDuplicates>true</extractDuplicates> <extractDuplicates>true</extractDuplicates>
<sdk> <sdk>
<platform>28</platform> <platform>28</platform>
</sdk> </sdk>
<dex> <dex>
<jvmArguments> <jvmArguments>
<jvmArgument>-Xmn16m</jvmArgument> <jvmArgument>-Xmn16m</jvmArgument>
<jvmArgument>-Xms256m</jvmArgument> <jvmArgument>-Xms256m</jvmArgument>
<jvmArgument>-Xmx512m</jvmArgument> <jvmArgument>-Xmx512m</jvmArgument>
</jvmArguments> </jvmArguments>
</dex> </dex>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version> <version>2.4</version>
<configuration> <configuration>
<descriptorRefs> <descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef> <descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs> </descriptorRefs>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version> <version>3.1</version>
<configuration> <configuration>
<source>${targetJdk}</source> <source>${targetJdk}</source>
<target>${targetJdk}</target> <target>${targetJdk}</target>
<compilerArgument>-Xlint:unchecked</compilerArgument> <compilerArgument>-Xlint:unchecked</compilerArgument>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version> <version>2.9</version>
<configuration> <configuration>
<author>false</author> <author>false</author>
<bottom><![CDATA[Copyright &#169; {currentYear} <a href="http://brensche.de/brouter/" target="_top">brensche.de/brouter</a>]]></bottom> <bottom><![CDATA[Copyright &#169; {currentYear} <a href="http://brensche.de/brouter/" target="_top">brensche.de/brouter</a>]]></bottom>
<quiet>true</quiet> <quiet>true</quiet>
<show>protected</show> <show>protected</show>
<failOnError>false</failOnError> <failOnError>false</failOnError>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>
<version>2.6</version> <version>2.6</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId> <artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version> <version>2.2.1</version>
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<executions> <executions>
<execution> <execution>
<id>attach-javadoc</id> <id>attach-javadoc</id>
<phase>package</phase> <phase>package</phase>
<goals> <goals>
<goal>jar</goal> <goal>jar</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId> <artifactId>maven-source-plugin</artifactId>
<executions> <executions>
<execution> <execution>
<id>attach-sources</id> <id>attach-sources</id>
<phase>package</phase> <phase>package</phase>
<goals> <goals>
<goal>jar-no-fork</goal> <goal>jar-no-fork</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.12</version> <version>4.12</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://maven.pkg.github.com/cyface-de/brouter</url>
</repository>
</distributionManagement>
</project> </project>

View file

@ -22,8 +22,8 @@
</repository> </repository>
<repository> <repository>
<id>github</id> <id>github</id>
<name>GitHub OWNER Apache Maven Packages</name> <name>GitHub Cyface Apache Maven Packages</name>
<url>https://maven.pkg.github.com/cyface-de </url> <url>https://maven.pkg.github.com/cyface-de/brouter</url>
</repository> </repository>
</repositories> </repositories>
</profile> </profile>