Skip to content

Instantly share code, notes, and snippets.

@przodownikR1
Created January 6, 2014 00:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save przodownikR1/8276074 to your computer and use it in GitHub Desktop.
Save przodownikR1/8276074 to your computer and use it in GitHub Desktop.
mvn_help_settings
<?xml version="1.0" encoding="UTF-8"?>
<!-- ====================================================================== -->
<!-- -->
<!-- Generated by Maven Help Plugin on 2014-01-06T01:15:27 -->
<!-- See: http://maven.apache.org/plugins/maven-help-plugin/ -->
<!-- -->
<!-- ====================================================================== -->
<!-- ====================================================================== -->
<!-- -->
<!-- Effective Settings for 'przodownik' on 'przodownik-station' -->
<!-- -->
<!-- ====================================================================== -->
<settings xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
<localRepository xmlns="http://maven.apache.org/SETTINGS/1.1.0">/home/przodownik/repo</localRepository>
<servers xmlns="http://maven.apache.org/SETTINGS/1.1.0">
<server>
<username>przodownik</username>
<password>***</password>
<id>nexus</id>
</server>
<server>
<username>przodownik</username>
<password>***</password>
<id>nexus-site</id>
</server>
<server>
<username>przodownik</username>
<password>***</password>
<id>release</id>
</server>
<server>
<username>przodownik</username>
<password>***</password>
<id>snapshot</id>
</server>
<server>
<username>manager</username>
<password>***</password>
<id>tomcat</id>
</server>
</servers>
<mirrors xmlns="http://maven.apache.org/SETTINGS/1.1.0">
<mirror>
<mirrorOf>*</mirrorOf>
<url>http://localhost:8487/nexus/content/groups/public</url>
<id>nexus</id>
</mirror>
</mirrors>
<profiles xmlns="http://maven.apache.org/SETTINGS/1.1.0">
<profile>
<repositories>
<repository>
<snapshots />
<id>spring-snapshots</id>
<url>http://repo.spring.io/libs-snapshot</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots />
<id>spring-snapshots</id>
<url>http://repo.spring.io/libs-snapshot</url>
</pluginRepository>
</pluginRepositories>
<id>boot</id>
</profile>
<profile>
<repositories>
<repository>
<releases>
<updatePolicy>always</updatePolicy>
</releases>
<snapshots>
<updatePolicy>always</updatePolicy>
</snapshots>
<id>central</id>
<url>&gt;http://localhost:8487/nexus/content/groups/public</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<releases>
<updatePolicy>always</updatePolicy>
</releases>
<snapshots>
<updatePolicy>always</updatePolicy>
</snapshots>
<id>central</id>
<url>http://localhost:8487/nexus/content/groups/public</url>
</pluginRepository>
</pluginRepositories>
<id>nexus</id>
</profile>
</profiles>
<activeProfiles xmlns="http://maven.apache.org/SETTINGS/1.1.0">
<activeProfile>nexus</activeProfile>
</activeProfiles>
<pluginGroups xmlns="http://maven.apache.org/SETTINGS/1.1.0">
<pluginGroup>org.apache.maven.plugins</pluginGroup>
<pluginGroup>org.codehaus.mojo</pluginGroup>
</pluginGroups>
</settings>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment