|
Revision 547, 395 bytes
(checked in by sfermigier, 2 years ago)
|
Script and files to build local maven repository.
|
| Line | |
|---|
| 1 |
<project> |
|---|
| 2 |
<modelVersion>4.0.0</modelVersion> |
|---|
| 3 |
<groupId>org.nuxeo.ecm</groupId> |
|---|
| 4 |
<artifactId>NXECM</artifactId> |
|---|
| 5 |
<name>Nuxeo ECM</name> |
|---|
| 6 |
<packaging>pom</packaging> |
|---|
| 7 |
<version>0.0-SNAPSHOT</version> |
|---|
| 8 |
|
|---|
| 9 |
<repositories> |
|---|
| 10 |
<repository> |
|---|
| 11 |
<id>nuxeo</id> |
|---|
| 12 |
<name>Nuxeo's repository</name> |
|---|
| 13 |
<url>http://svn.nuxeo.com/maven/repo/</url> |
|---|
| 14 |
</repository> |
|---|
| 15 |
</repositories> |
|---|
| 16 |
|
|---|
| 17 |
</project> |
|---|