Project

General

Profile

« Previous | Next » 

Revision 24841ac2

Added by Andreas Kohlbecker almost 11 years ago

start, stop of instances and reload of configuration implemented, see #3471 (cdmlib-remote-webapp instances can be stopped / started individually)

View differences:

pom.xml
301 301
							<overWriteReleases>true</overWriteReleases>
302 302
							<artifactItems>
303 303
								<artifactItem>
304
								    <!--
305
								        copy the cdmlib-remote-webapp-${project.version}.war to the build dir
306
								     -->
304 307
									<groupId>eu.etaxonomy</groupId>
305 308
									<artifactId>cdmlib-remote-webapp</artifactId>
306 309
									<version>${project.version}</version>
......
537 540
			cdm-server Bootlader however relies on a specific name of the cdmlib-remote-webapp
538 541
			war file. In order to achieve this with maven 3 the below dependency is now
539 542
			handled more explicitely by utilizing the dependency:copy-dependencies gloal
540
			in the build/plugins section <dependency> <groupId>eu.etaxonomy</groupId>
541
			<artifactId>cdmlib-remote-webapp</artifactId> <version>${project.version}</version>
542
			<type>war</type> </dependency> -->
543

  
543
			in the build/plugins section
544
			 <dependency>
545
			     <groupId>eu.etaxonomy</groupId>
546
			     <artifactId>cdmlib-remote-webapp</artifactId>
547
                 <version>${project.version}</version>
548
			     <type>war</type>
549
			 </dependency>
550
	       -->
544 551
		<!-- JETTY 7 -->
545 552
		<dependency>
546 553
			<groupId>org.eclipse.jetty</groupId>

Also available in: Unified diff