Last active
August 17, 2016 17:47
-
-
Save timlevett/94fe39562df575009c8b73febb0a01b1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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