Revision 85:b99ad245c984 pom.xml

View differences:

pom.xml
66 66
					<configuration>
67 67
						<goalPrefix>embedded-glassfish</goalPrefix>
68 68
						<autoDelete>true</autoDelete>
69
						<port>9090</port>
69
						<ports>
70
							<http-listener>9090</http-listener>
71
							<https-listener>9093</https-listener>
72
						</ports>
70 73
						<contextRoot>${project.artifactId}</contextRoot>
71 74
					</configuration>
72 75
				</plugin>

Also available in: Unified diff