<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?action=history&amp;feed=atom&amp;title=Maven</id>
	<title>Maven - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?action=history&amp;feed=atom&amp;title=Maven"/>
	<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Maven&amp;action=history"/>
	<updated>2026-05-05T07:45:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.7</generator>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Maven&amp;diff=4502&amp;oldid=prev</id>
		<title>D.barra: Created page with &quot;The GreenVulcano team maintains a private ''Maven'' repository, where all the GreenVulcano artifacts are published, both in &lt;code&gt;SNAPSHOT&lt;/code&gt; and in &lt;code&gt;RELEASE&lt;/code&gt; vers...&quot;</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=Maven&amp;diff=4502&amp;oldid=prev"/>
		<updated>2016-03-10T16:11:39Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The GreenVulcano team maintains a private &amp;#039;&amp;#039;Maven&amp;#039;&amp;#039; repository, where all the GreenVulcano artifacts are published, both in &amp;lt;code&amp;gt;SNAPSHOT&amp;lt;/code&amp;gt; and in &amp;lt;code&amp;gt;RELEASE&amp;lt;/code&amp;gt; vers...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The GreenVulcano team maintains a private ''Maven'' repository, where all the GreenVulcano artifacts are published, both in &amp;lt;code&amp;gt;SNAPSHOT&amp;lt;/code&amp;gt; and in &amp;lt;code&amp;gt;RELEASE&amp;lt;/code&amp;gt; version.&lt;br /&gt;
&lt;br /&gt;
== Configuring your &amp;lt;code&amp;gt;pom.xml&amp;lt;/code&amp;gt; to use artifacts from GreenVulcano ==&lt;br /&gt;
Add the following block to your project's &amp;lt;code&amp;gt;pom.xml&amp;lt;/code&amp;gt; in order to access the GreenVulcano Maven Repository.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
    &amp;lt;repositories&amp;gt;&lt;br /&gt;
        &amp;lt;repository&amp;gt;&lt;br /&gt;
            &amp;lt;id&amp;gt;nexus-cloud-snapshots&amp;lt;/id&amp;gt;&lt;br /&gt;
            &amp;lt;name&amp;gt;Cloud Nexus instance - PUBLIC&amp;lt;/name&amp;gt;&lt;br /&gt;
            &amp;lt;url&amp;gt;http://mvn.greenvulcano.com/nexus/content/groups/public&amp;lt;/url&amp;gt;&lt;br /&gt;
            &amp;lt;releases&amp;gt;&lt;br /&gt;
                &amp;lt;enabled&amp;gt;true&amp;lt;/enabled&amp;gt;&lt;br /&gt;
            &amp;lt;/releases&amp;gt;&lt;br /&gt;
            &amp;lt;snapshots&amp;gt;&lt;br /&gt;
                &amp;lt;enabled&amp;gt;true&amp;lt;/enabled&amp;gt;&lt;br /&gt;
            &amp;lt;/snapshots&amp;gt;&lt;br /&gt;
        &amp;lt;/repository&amp;gt;&lt;br /&gt;
    &amp;lt;/repositories&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Maintainers ==&lt;br /&gt;
Maintainers can add the following to their distribution &amp;lt;code&amp;gt;pom.xml&amp;lt;/code&amp;gt; in order to gain upload access (access credentials are not included, ask the [mailto:dictators@greenvulcano.com dictators]):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
	&amp;lt;distributionManagement&amp;gt;&lt;br /&gt;
		&amp;lt;repository&amp;gt;&lt;br /&gt;
			&amp;lt;id&amp;gt;nexus-cloud&amp;lt;/id&amp;gt;&lt;br /&gt;
			&amp;lt;name&amp;gt;Cloud Nexus instance - RELEASES &amp;lt;/name&amp;gt;&lt;br /&gt;
			&amp;lt;url&amp;gt;http://mvn.greenvulcano.com/nexus/content/repositories/releases&amp;lt;/url&amp;gt;&lt;br /&gt;
		&amp;lt;/repository&amp;gt;&lt;br /&gt;
		&amp;lt;snapshotRepository&amp;gt;&lt;br /&gt;
			&amp;lt;id&amp;gt;nexus-cloud&amp;lt;/id&amp;gt;&lt;br /&gt;
			&amp;lt;name&amp;gt;Cloud Nexus instance - SNAPSHOTS&amp;lt;/name&amp;gt;&lt;br /&gt;
			&amp;lt;url&amp;gt;http://mvn.greenvulcano.com/nexus/content/repositories/snapshots&amp;lt;/url&amp;gt;&lt;br /&gt;
		&amp;lt;/snapshotRepository&amp;gt;&lt;br /&gt;
	&amp;lt;/distributionManagement&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>D.barra</name></author>
		
	</entry>
</feed>