|
What this is
Other links
The source code
<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/maven-v4_0_0.xsd">
<parent>
<artifactId>project
<groupId>org.mortbay.jetty
<version>6.1.9
<relativePath>../../pom.xml
</parent>
<modelVersion>4.0.0
<groupId>org.mortbay.jetty
<artifactId>jetty-deb
<version>6.1.9
<name>Jetty Deb Packages
<packaging>pom
<build>
<defaultGoal>install
<plugins>
<plugin>
<artifactId>maven-antrun-plugin
<executions>
<execution>
<id>build debian
<phase>install
<goals>
<goal>run
</goals>
<configuration>
<tasks>
<ant antfile="anttasks.xml" target="build-deb">
<property name="project.build.directory" value="${project.build.directory}" />
<property name="project.groupId" value="${project.groupId}" />
<property name="project.artifactId" value="${project.artifactId}" />
<property name="project.version" value="${project.version}" />
</ant>
</tasks>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
Copyright 1998-2008 Alvin Alexander
All Rights Reserved.
devdaily.com is based in louisville, kentucky, and this web site is hosted by godaddy.com