Revision 327

View differences:

org.gvsig.maven.base/trunk/org.gvsig.maven.base/org.gvsig.maven.base.extension.pom/pom.xml
216 216
                        <artifactId>org.gvsig.installer.maven</artifactId>
217 217
                        <configuration>
218 218
                            <pluginsFolder>${gvsig.install.dir}/gvSIG/extensiones</pluginsFolder>
219
                            <bundleFolder>${gvsig.install.dir}/install</bundleFolder>
219
                            <packageFolder>${gvsig.install.dir}/install</packageFolder>
220 220
                            <buildNumber>${buildNumber}</buildNumber>
221 221
                            <state>devel</state>
222 222
                            <official>true</official>
......
234 234
                                </goals>
235 235
                            </execution>
236 236
                            <execution>
237
                                <id>create-installer</id>
237
                                <id>create-plugin-package</id>
238 238
                                <phase>install</phase>
239 239
                                <goals>
240
                                    <goal>create-installer</goal>
240
                                    <goal>create-package</goal>
241 241
                                </goals>
242 242
                            </execution>
243 243
                        </executions>

Also available in: Unified diff