Skip to content

Instantly share code, notes, and snippets.

@timlevett
Last active August 17, 2016 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timlevett/94fe39562df575009c8b73febb0a01b1 to your computer and use it in GitHub Desktop.
Save timlevett/94fe39562df575009c8b73febb0a01b1 to your computer and use it in GitHub Desktop.
<profiles>
<profile>
<id>ear-deploy</id>
<build>
<plugins>
<plugin>
<groupId>org.jasig.portal.maven</groupId>
<artifactId>uportal-maven-plugin</artifactId>
<version>1.0.0</version>
<executions>
<execution>
<id>ear-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy-ear</goal>
</goals>
<configuration>
<deployDestination>/portal/staging</deployDestination>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment