Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
frascati
frascati
Commits
63bb0347
Commit
63bb0347
authored
Jan 13, 2012
by
Christophe Demarey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the FraSCAti nexus repository.
parent
0f7c8882
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
58 deletions
+20
-58
tinfi/examples/advanced/foobar-cases/tinfilet-clover/pom.xml
tinfi/examples/advanced/foobar-cases/tinfilet-clover/pom.xml
+0
-12
tinfi/examples/advanced/helloworld-comp/pom.xml
tinfi/examples/advanced/helloworld-comp/pom.xml
+0
-15
tinfi/module/adlparser-scaadl/pom.xml
tinfi/module/adlparser-scaadl/pom.xml
+0
-14
tinfi/pom.xml
tinfi/pom.xml
+20
-17
No files found.
tinfi/examples/advanced/foobar-cases/tinfilet-clover/pom.xml
View file @
63bb0347
...
...
@@ -128,16 +128,4 @@
</plugins>
</build>
<!-- ================================ -->
<!-- Repository for the Clover plugin -->
<!-- ================================ -->
<pluginRepositories>
<pluginRepository>
<releases><enabled>
true
</enabled></releases>
<id>
atlassian-m2-repository
</id>
<name>
Atlassian Maven 2.x Repository
</name>
<url>
http://repository.atlassian.com/maven2
</url>
</pluginRepository>
</pluginRepositories>
</project>
tinfi/examples/advanced/helloworld-comp/pom.xml
View file @
63bb0347
...
...
@@ -85,19 +85,4 @@
</plugins>
</build>
<repositories>
<repository>
<id>
scala-tools.org
</id>
<name>
Scala-tools Maven2 Repository
</name>
<url>
http://scala-tools.org/repo-releases
</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>
scala-tools.org
</id>
<name>
Scala-tools Maven2 Repository
</name>
<url>
http://scala-tools.org/repo-releases
</url>
</pluginRepository>
</pluginRepositories>
</project>
tinfi/module/adlparser-scaadl/pom.xml
View file @
63bb0347
...
...
@@ -71,18 +71,4 @@
</dependency>
</dependencies>
<!-- =================================== -->
<!-- Repository for EMF artifacts 2.4.0. -->
<!-- =================================== -->
<repositories>
<repository>
<id>
openArchitectureWare
</id>
<name>
Eclipse EMF Mirror
</name>
<url>
http://www.openarchitectureware.org/m2
</url>
<releases><enabled>
true
</enabled></releases>
<snapshots><enabled>
false
</enabled></snapshots>
</repository>
</repositories>
</project>
tinfi/pom.xml
View file @
63bb0347
...
...
@@ -49,26 +49,29 @@
</scm>
<ciManagement>
<system>
hudson
</system>
<url>
http://
frascati-i
c.lille.inria.fr
</url>
<system>
jenkins
</system>
<url>
http://c
i
.lille.inria.fr
/frascati
</url>
</ciManagement>
<!-- ============= -->
<!-- Repositories -->
<!-- ============= -->
<repositories>
<repository>
<id>
OASIS-SCA
</id>
<name>
OASIS SCA
</name>
<url>
http://tools.oasis-open.org/version-control/svn/sca-j/Release
</url>
<releases><enabled>
true
</enabled></releases>
<snapshots><enabled>
false
</enabled></snapshots>
</repository>
</repositories>
<!-- ============= -->
<!-- Repositories -->
<!-- ============= -->
<repositories>
<repository>
<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>
</repository>
</repositories>
<!-- ========== -->
<!-- Properties -->
<!-- ========== -->
...
...
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