File tree 4 files changed +21
-14
lines changed
4 files changed +21
-14
lines changed Original file line number Diff line number Diff line change 11
11
<system >Jira</system >
12
12
<url >https://www.escidoc.org/jira/browse/INFR</url >
13
13
</issueManagement >
14
- <ciManagement >
14
+ <!-- ciManagement>
15
15
<system>Hudson</system>
16
16
<url>http://escidev2.fiz-karlsruhe.de:8484/job/eSciDoc%20Measurement/</url>
17
- </ciManagement >
17
+ </ciManagement -- >
18
18
19
19
<organization >
20
20
<name >FIZ Karlsruhe</name >
160
160
<dependency >
161
161
<groupId >org.escidoc.core.performance</groupId >
162
162
<artifactId >testdaten</artifactId >
163
- <!-- Testdaten original -->
164
- <version >1.0-SNAPSHOT</version >
165
- <!-- version>1.3-SNAPSHOT</version -->
166
- <!-- version>1.4-SNAPSHOT</version -->
167
- <!-- version>trunk-SNAPSHOT</version -->
168
-
163
+ <version >1.3-SNAPSHOT</version >
164
+ </dependency >
165
+
166
+ <dependency >
167
+ <groupId >org.escidoc.core.performance</groupId >
168
+ <artifactId >testdaten</artifactId >
169
+ <version >1.4-SNAPSHOT</version >
170
+ </dependency >
171
+
172
+ <dependency >
173
+ <groupId >org.escidoc.core.performance</groupId >
174
+ <artifactId >testdaten</artifactId >
175
+ <version >trunk-SNAPSHOT</version >
169
176
</dependency >
170
177
171
178
</dependencies >
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- cd measurement
4
- mvn clean verify -X -Pskip_escidoc_install_13,escidoc_global -Dinstall.home=target/escidoc -Dskip.install.first=false
3
+ # cd measurement
4
+ mvn -f measurement/pom.xml clean verify -X -Pskip_escidoc_install_13,escidoc_global -Dinstall.home=target/escidoc -Dskip.install.first=false
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- cd measurement
4
- mvn clean verify -Pskip_escidoc_install_14,escidoc_global -Dinstall.home=target/escidoc -Dskip.install.first=false
3
+ # cd measurement
4
+ mvn -f measurement/pom.xml clean verify -Pskip_escidoc_install_14,escidoc_global -Dinstall.home=target/escidoc -Dskip.install.first=false
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- cd measurement
4
- mvn clean verify -Pskip_escidoc_install_trunk,escidoc_global -Dinstall.home=target/escidoc -Dskip.install.first=false
3
+ # cd measurement
4
+ mvn -f measurement/pom.xml clean verify -Pskip_escidoc_install_trunk,escidoc_global -Dinstall.home=target/escidoc -Dskip.install.first=false
You can’t perform that action at this time.
0 commit comments