Revision 40457 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.geometrymeasurement.app/org.gvsig.geometrymeasurement.app.mainplugin/pom.xml

View differences:

pom.xml
79 79
      <plugins>
80 80

  
81 81
        <plugin>
82
            <artifactId>maven-assembly-plugin</artifactId>
83
            <executions>
84
              <execution>
85
                <id>gvsig-plugin-package</id>
86
                <phase>package</phase>
87
                <goals>
88
                    <goal>single</goal>
89
                </goals>
90
              </execution>
91
            </executions>
92
        </plugin>
93

  
94
        <plugin>
95
          <artifactId>maven-antrun-plugin</artifactId>
96
          <executions>
97
            <execution>
98
              <id>gvsig-plugin-install</id>
99
              <phase>install</phase>
100
              <goals>
101
                <goal>run</goal>
102
              </goals>
103
            </execution>
104
          </executions>
105
        </plugin>
106

  
107
        <plugin>
108 82
          <!-- Skip test execution -->
109 83
          <groupId>org.apache.maven.plugins</groupId>
110 84
          <artifactId>maven-surefire-plugin</artifactId>

Also available in: Unified diff