Roberto Sánchez
2014-05-20 958f5a2035cad4bb8a83f62e1117f2923472c5d9
#593 config - Configuration right for deployment
1 files deleted
1 files modified
changed files
assembly.xml patch | view | blame | history
pom.xml patch | view | blame | history
assembly.xml
deleted file mode 100644
....@@ -1,16 +0,0 @@
1
-<assembly>
2
- <id>bundle</id>
3
- <formats>
4
- <format>tar.gz</format>
5
- </formats>
6
- <includeBaseDirectory>false</includeBaseDirectory>
7
- <fileSets>
8
- <fileSet>
9
- <directory>src/main/output</directory>
10
- <outputDirectory>output</outputDirectory>
11
- </fileSet>
12
- </fileSets>
13
- <sources>
14
- <excludes/>
15
- </sources>
16
-</assembly>
pom.xml
....@@ -74,10 +74,20 @@
7474
7575 <distributionManagement>
7676 <!-- 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>
8291 </distributionManagement>
92
+
8393 </project>