Fixed pom.xml
This commit is contained in:
39
pom.xml
39
pom.xml
@ -8,6 +8,14 @@
|
|||||||
<name>Application Logger</name>
|
<name>Application Logger</name>
|
||||||
<description>Logger library for applications</description>
|
<description>Logger library for applications</description>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<url>ssh://git@devops.locusworks.net:7999/lwc/application-logger.git</url>
|
||||||
|
</scm>
|
||||||
|
<organization>
|
||||||
|
<name>locusworks</name>
|
||||||
|
<url>www.locusworks.net</url>
|
||||||
|
</organization>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<main.basedir>${project.basedir}</main.basedir>
|
<main.basedir>${project.basedir}</main.basedir>
|
||||||
<maven.compiler.source>1.8</maven.compiler.source>
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
@ -58,11 +66,28 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
<repositories>
|
||||||
<url>git@bitbucket.org:locus2k/applogger.git</url>
|
<repository>
|
||||||
</scm>
|
<id>nexus-proxy-public</id>
|
||||||
<organization>
|
<url>http://devops.locusworks.net:8081/repository/maven-public/</url>
|
||||||
<name>locusworks</name>
|
</repository>
|
||||||
<url>www.locusworks.net</url>
|
</repositories>
|
||||||
</organization>
|
<pluginRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>nexus-proxy-public</id>
|
||||||
|
<url>http://devops.locusworks.net:8081/repository/maven-public/</url>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginRepositories>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>nexus-snapshot</id>
|
||||||
|
<url>http://devops.locusworks.net:8081/repository/locusworks-snapshot/</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
<repository>
|
||||||
|
<id>nexus-release</id>
|
||||||
|
<url>http://devops.locusworks.net:8081/repository/locusworks-release/</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
</project>
|
</project>
|
Reference in New Issue
Block a user