| .. | .. |
|---|
| 74 | 74 | |
|---|
| 75 | 75 | <distributionManagement> |
|---|
| 76 | 76 | <!-- use the following if you're not using a snapshot version. --> |
|---|
| 77 | | - <repository> |
|---|
| 78 | | - <id>local</id> |
|---|
| 79 | | - <name>LocalDir</name> |
|---|
| 80 | | - <url>file://${basedir}/target</url> |
|---|
| 81 | | - </repository> |
|---|
| 77 | + <repository> |
|---|
| 78 | + <uniqueVersion>true</uniqueVersion> |
|---|
| 79 | + <id>curistec</id> |
|---|
| 80 | + <name>CurisTec Corporate Repository</name> |
|---|
| 81 | + <url>http://92.54.10.233:48080/archiva/repository/internal/</url> |
|---|
| 82 | + <layout>default</layout> |
|---|
| 83 | + </repository> |
|---|
| 84 | + <snapshotRepository> |
|---|
| 85 | + <uniqueVersion>true</uniqueVersion> |
|---|
| 86 | + <id>curistecSnapshot</id> |
|---|
| 87 | + <name>CurisTec Snapshots</name> |
|---|
| 88 | + <url>http://92.54.10.233:48080/archiva/repository/snapshots/</url> |
|---|
| 89 | + <layout>default</layout> |
|---|
| 90 | + </snapshotRepository> |
|---|
| 82 | 91 | </distributionManagement> |
|---|
| 92 | + |
|---|
| 83 | 93 | </project> |
|---|