|
78 | 78 | <groupId>org.escidoc.core</groupId>
|
79 | 79 | <artifactId>installer</artifactId>
|
80 | 80 | <version>${escidoc.core.version}</version>
|
81 |
| - <!-- classifier>standard</classifier --> |
| 81 | + <classifier>${artifact.classifier}</classifier> |
82 | 82 | <overWrite>false</overWrite>
|
83 | 83 | <outputDirectory>${target.home}</outputDirectory>
|
84 | 84 | <destFileName>escidoc-installer.jar</destFileName>
|
|
134 | 134 | </executions>
|
135 | 135 | </plugin>
|
136 | 136 |
|
137 |
| - <!-- starten und stoppen von JBOSS --> |
| 137 | + <!-- starten und stoppen von JBOSS (escidoc version <= 1.4) oder Tomcat--> |
| 138 | + <!-- über PluginManagement des profiles im parent pom wird die configuration vererbt --> |
138 | 139 | <plugin>
|
139 | 140 | <groupId>org.codehaus.cargo</groupId>
|
140 | 141 | <artifactId>cargo-maven2-plugin</artifactId>
|
141 |
| - <executions> |
142 |
| - <execution> |
143 |
| - <id>start-container</id> |
144 |
| - <phase>pre-integration-test</phase> |
145 |
| - <goals> |
146 |
| - <goal>start</goal> |
147 |
| - </goals> |
148 |
| - <configuration> |
149 |
| - <wait>false</wait> |
150 |
| - </configuration> |
151 |
| - </execution> |
152 |
| - <execution> |
153 |
| - <id>stop-container</id> |
154 |
| - <phase>post-integration-test</phase> |
155 |
| - <goals> |
156 |
| - <goal>stop</goal> |
157 |
| - </goals> |
158 |
| - </execution> |
159 |
| - </executions> |
160 |
| - <configuration> |
161 |
| - <skip>${skipServer}</skip> |
162 |
| - <wait>${cargo.wait}</wait> |
163 |
| - <container> |
164 |
| - <containerId>jboss42x</containerId> |
165 |
| - <home>${target.home}/jboss</home> |
166 |
| - <timeout>600000</timeout> |
167 |
| - <systemProperties> |
168 |
| - <ESCIDOC_HOME>${target.home}/core</ESCIDOC_HOME> |
169 |
| - </systemProperties> |
170 |
| - </container> |
171 |
| - <configuration> |
172 |
| - <type>standalone</type> |
173 |
| - <properties> |
174 |
| - <cargo.hostname>localhost</cargo.hostname> |
175 |
| - <cargo.protocol>http</cargo.protocol> |
176 |
| - <cargo.servlet.port>${escidoc.server.port}</cargo.servlet.port> |
177 |
| - <cargo.rmi.port>1099</cargo.rmi.port> |
178 |
| - <cargo.logging>medium</cargo.logging> |
179 |
| - <cargo.jvmargs>-XX:PermSize=512m -XX:MaxPermSize=1024</cargo.jvmargs> |
180 |
| - </properties> |
181 |
| - </configuration> |
182 |
| - </configuration> |
183 | 142 | </plugin>
|
184 |
| - |
185 |
| - |
186 |
| - |
187 | 143 |
|
188 | 144 |
|
189 | 145 | <!-- ausführen der JMETER Tests -->
|
|
198 | 154 | <goal>jmeter</goal>
|
199 | 155 | </goals>
|
200 | 156 | <configuration>
|
201 |
| - <reportDir>${project.build.directory}/jmeter-reports</reportDir> |
| 157 | + <reportDir>${project.build.directory}/jmeter-reports-maven</reportDir> |
202 | 158 | <workDir>${project.build.directory}/jmeter</workDir>
|
203 | 159 | <userDir>${basedir}</userDir>
|
204 | 160 | <jmeterLogLevel>DEBUG</jmeterLogLevel>
|
|
208 | 164 | <jmeterCustomPropertiesFile>
|
209 | 165 | ${project.build.directory}/testplan.properties
|
210 | 166 | </jmeterCustomPropertiesFile>
|
| 167 | + <jmeterIgnoreError>true</jmeterIgnoreError> |
| 168 | + <jmeterIgnoreFailure>true</jmeterIgnoreFailure> |
211 | 169 | </configuration>
|
212 | 170 | </execution>
|
213 | 171 | </executions>
|
|
0 commit comments