Skip to content

Instantly share code, notes, and snippets.

@gastaldi
Created September 17, 2012 19:23
Show Gist options
  • Select an option

  • Save gastaldi/3739238 to your computer and use it in GitHub Desktop.

Select an option

Save gastaldi/3739238 to your computer and use it in GitHub Desktop.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.george.app</groupId>
<artifactId>teste-app</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>far</packaging>
<build>
<plugins>
<plugin>
<groupId>org.jboss.forge</groupId>
<artifactId>forge-packaging-extension</artifactId>
<version>0.0.1-SNAPSHOT</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment