distributionManagement

master
Markus Kreth 8 years ago
parent d7fae08a8e
commit 894d946f5e
  1. 30
      pom.xml

@ -1,5 +1,6 @@
<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"> <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> <modelVersion>4.0.0</modelVersion>
<groupId>de.kreth</groupId> <groupId>de.kreth</groupId>
<artifactId>databasedefinition</artifactId> <artifactId>databasedefinition</artifactId>
@ -27,13 +28,26 @@
<plugin> <plugin>
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<version>2.5.2</version> <version>2.5.2</version>
<configuration> <!-- <configuration> -->
<goals>install</goals> <!-- <goals>install</goals> -->
</configuration> <!-- </configuration> -->
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<distributionManagement>
<repository>
<id>kreth-repo</id>
<name>munich.spallek.com-releases</name>
<url>http://spallek.com:8081/artifactory/releases</url>
</repository>
<snapshotRepository>
<id>kreth-snapshots</id>
<name>munich.spallek.com-snapshots</name>
<url>http://spallek.com:8081/artifactory/snapshots</url>
</snapshotRepository>
</distributionManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
@ -45,6 +59,6 @@
<url>https://github.com/markuskreth/databasedefinition</url> <url>https://github.com/markuskreth/databasedefinition</url>
<connection>scm:git:https://github.com/markuskreth/databasedefinition.git</connection> <connection>scm:git:https://github.com/markuskreth/databasedefinition.git</connection>
<developerConnection>scm:git:https://github.com/markuskreth/databasedefinition.git</developerConnection> <developerConnection>scm:git:https://github.com/markuskreth/databasedefinition.git</developerConnection>
<tag>databasedefinition-0.0.4</tag> <tag>databasedefinition-0.0.4</tag>
</scm> </scm>
</project> </project>
Loading…
Cancel
Save