Note: this Maven configuration provides access to Jive binaries and sources via the maven-secure.jivesoftware.com server; it requires login access. See the bottom of the document where to put your login information.
If you are a licensed customer or Jive partner and require access, please contact
Note: Jive employees substitute jiveland.com for jivesoftware.com below.
<?xml version="1.0"?>
<settings>
<profiles>
<profile>
<id>jive.archiva</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>jive.internal</id>
<name>Jive's Repository</name>
<url>http://maven-secure.jivesoftware.com/archiva/repository/jive.internal</url>
</repository>
<repository>
<id>jive.snapshots</id>
<name>Jive's Repository</name>
<url>http://maven-secure.jivesoftware.com/archiva/repository/jive.snapshots</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jive.internal</id>
<name>Jive's Repository</name>
<url>http://maven-secure.jivesoftware.com/archiva/repository/jive.internal</url>
</pluginRepository>
<pluginRepository>
<id>jive.snapshots</id>
<name>Jive's Repository</name>
<url>http://maven-secure.jivesoftware.com/archiva/repository/jive.snapshots</url>
</pluginRepository>
</pluginRepositories>
<properties>
<tomcat6.home><![CDATA[/usr/local/apache-tomcat-6.0.14]]></tomcat6.home>
<cargo.wait>false</cargo.wait>
<svn.username>your.user.name</svn.username>
<svn.password>password</svn.password>
<jive.setup>true</jive.setup>
<jive.devMode>false</jive.devMode>
<pluginDirs>null</pluginDirs>
</properties>
</profile>
</profiles>
<!-- Be sure to substitute your login name and password information here -->
<servers>
<server>
<id>jive.internal</id>
<username>your-name</username>
<password>changeme</password>
</server>
<server>
<id>jive.snapshots</id>
<username>your-name</username>
<password>changeme</password>
</server>
</servers>
</settings>