Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
frascati
frascati
Commits
9fb245af
Commit
9fb245af
authored
Jan 17, 2012
by
Christophe Demarey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define the default plugin repository. Remove other repositories declaration.
parent
c7d67332
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
46 deletions
+14
-46
frascati/modules/frascati-introspection/frascati-introspection-api/pom.xml
...frascati-introspection/frascati-introspection-api/pom.xml
+0
-22
frascati/modules/frascati-property-jaxb/pom.xml
frascati/modules/frascati-property-jaxb/pom.xml
+0
-22
pom.xml
pom.xml
+14
-2
No files found.
frascati/modules/frascati-introspection/frascati-introspection-api/pom.xml
View file @
9fb245af
...
...
@@ -199,26 +199,4 @@ public class Node</value>
</dependency>
</dependencies>
<!-- ============= -->
<!-- Repositories -->
<!-- ============= -->
<repositories>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>
java.net
</id>
<name>
java.net Maven Repository
</name>
<url>
http://download.java.net/maven/2
</url>
<layout>
default
</layout>
<releases>
<enabled>
true
</enabled>
</releases>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>
frascati/modules/frascati-property-jaxb/pom.xml
View file @
9fb245af
...
...
@@ -144,26 +144,4 @@
</dependencies>
<!-- ============= -->
<!-- Repositories -->
<!-- ============= -->
<repositories>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>
java.net
</id>
<name>
java.net Maven Repository
</name>
<url>
http://download.java.net/maven/2
</url>
<layout>
default
</layout>
<releases>
<enabled>
true
</enabled>
</releases>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>
pom.xml
View file @
9fb245af
...
...
@@ -207,6 +207,20 @@
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>
frascati-repo
</id>
<name>
FraSCAti Nexus repository
</name>
<url>
https://frascati-repo.inria.fr/nexus/content/groups/public
</url>
<releases>
<enabled>
true
</enabled>
</releases>
<snapshots>
<enabled>
true
</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<!-- ============= -->
<!-- Properties -->
<!-- ============= -->
...
...
@@ -282,7 +296,6 @@
<!-- To use this plugin, type: 'mvn depgraph:depgraph' -->
<!-- This plugin requires the 'dot' library, provided by the -->
<!-- GraphViz software (http://www.graphviz.org ) -->
<!--
<plugin>
<groupId>
ch.elca.el4j.maven.plugins
</groupId>
<artifactId>
maven-depgraph-plugin
</artifactId>
...
...
@@ -292,7 +305,6 @@
</configuration>
<version>
1.1
</version>
</plugin>
-->
<!-- Used to create a binary distribution. -->
<plugin>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment