]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.pde/pom.xml
Better way to handle commands'submenus, to be able to duplicate them in context menus.
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.pde / pom.xml
index 1ad7454618e187a1b43022bea93f2c088d6a1d81..5065353a2059f920153a0613b25fc0d29a382b6b 100644 (file)
                        </plugin>
                </plugins>
        </build>
+
+       <distributionManagement>
+               <repository>
+                       <uniqueVersion>false</uniqueVersion>
+                       <id>argeo-restricted</id>
+                       <name>Argeo FOSS Repository</name>
+                       <url>file:///var/argeo/maven2/argeo</url>
+               </repository>
+               <snapshotRepository>
+                       <uniqueVersion>true</uniqueVersion>
+                       <id>argeo-snapshots-restricted</id>
+                       <name>Argeo FOSS Snapshots Repository</name>
+                       <url>file:///var/argeo/maven2/argeo-snapshots</url>
+               </snapshotRepository>
+       </distributionManagement>
+    <pluginRepositories>
+        <pluginRepository>
+            <id>argeo-plugins</id>
+            <url>http://www.argeo.org/maven/argeo</url>
+        </pluginRepository>
+    </pluginRepositories>
+
 </project>
\ No newline at end of file