Revision 54:3bb2b0f70a0c pom.xml

View differences:

pom.xml
67 67
						<goalPrefix>embedded-glassfish</goalPrefix>
68 68
						<autoDelete>true</autoDelete>
69 69
						<port>9090</port>
70
						<contextRoot>${project.artifactId}</contextRoot>
70 71
					</configuration>
71 72
				</plugin>
72 73
			</plugins>
......
223 224
						<artifactId>maven-embedded-glassfish-plugin</artifactId>
224 225
						<configuration>
225 226
							<app>${project.build.directory}/${project.artifactId}-${project.version}-${m2u-upass-classifier}.war</app>
226
							<contextRoot>${project.artifactId}</contextRoot>
227 227
						</configuration>
228 228
						<executions>
229 229
							<execution>

Also available in: Unified diff