| <?xml version="1.0" encoding="UTF-8"?> |
| <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| <modelVersion>4.0.0</modelVersion> |
| <groupId>org.eclipse.jetty.osgi</groupId> |
| <artifactId>jetty-osgi</artifactId> |
| <version>7.6.0-SNAPSHOT</version> |
| <packaging>pom</packaging> |
| <modules> |
| |
| <module>jetty-features/org.eclipse.jetty.core</module> |
| |
| <module>jetty-features/javax.servlet.jsp.glassfish</module> |
| <module>jetty-features/javax.servlet.jsp.glassfish.source</module> |
| |
| <module>jetty-features/org.eclipse.jetty.slf4jlogback</module> |
| <module>jetty-features/org.eclipse.jetty.slf4jlogback.source</module> |
| |
| <module>jetty-features/org.eclipse.jetty.all</module> |
| <module>jetty-features/org.eclipse.jetty.all.dependencies</module> |
| |
| <module>jetty-features/org.eclipse.jetty.sdk.support</module> |
| <module>jetty-features/org.eclipse.jetty.sdk</module> |
| |
| <module>jetty-features/org.eclipse.jetty.bundles.f.source</module> |
| |
| <module>jetty-features/org.eclipse.jetty.starterkit</module> |
| <module>jetty-features/org.eclipse.jetty.product</module> |
| |
| </modules> |
| |
| <properties> |
| <eclipse-mirror-url>http://download.eclipse.org</eclipse-mirror-url> |
| |
| <pathToPack200ParentFolder>/usr/lib/jvm/java-5-sun/bin</pathToPack200ParentFolder> |
| <!--pathToPack200ParentFolder>/home/hmalphettes/apps/jdk1.7.6.01/bin</pathToPack200ParentFolder--> |
| |
| <p2-install-folder-name>development</p2-install-folder-name> |
| <p2-install-parent-folder-name>jetty-rt-3.7-N-builds</p2-install-parent-folder-name> |
| |
| <signing-plugin-version>1.0.5</signing-plugin-version> |
| |
| <tycho-version>0.13.0</tycho-version> |
| <!--orbit-site>http://download.eclipse.org/tools/orbit/committers/drops/I20110825153626/repository</orbit-site--> |
| <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20110907174232/repository</orbit-site> |
| </properties> |
| |
| <profiles> |
| <profile> |
| <id>set-jetty-release</id> |
| <activation> |
| <property> |
| <name>jetty-release-version</name> |
| </property> |
| </activation> |
| <properties> |
| <jetty-version>${jetty-release-version}</jetty-version> |
| </properties> |
| </profile> |
| <profile> |
| <id>indigo-nightly</id> |
| <activation> |
| <activeByDefault>true</activeByDefault> |
| <property> |
| <name>platform</name> |
| <value>indigo-nightly</value> |
| </property> |
| </activation> |
| <properties> |
| <build-identifier>N</build-identifier> |
| <jetty-version>development</jetty-version> |
| <!-- equinox does not provide nightly builds anymore: using the 'I' build instead. --> |
| <equinox-site>http://download.eclipse.org/eclipse/updates/3.7-I-builds</equinox-site> |
| <jetty-bundles-site>http://download.eclipse.org/jetty/updates/jetty-bundles-7.x/development</jetty-bundles-site> |
| </properties> |
| </profile> |
| <profile> |
| <id>indigo-milestone</id> |
| <activation> |
| <property> |
| <name>platform</name> |
| <value>indigo-milestone</value> |
| </property> |
| </activation> |
| <properties> |
| <!--forceContextQualifier>v20110513</forceContextQualifier--> |
| <p2-install-folder-name>staging-milestone</p2-install-folder-name> |
| <p2-install-parent-folder-name>jetty-rt-3.7milestones</p2-install-parent-folder-name> |
| <equinox-site>http://download.eclipse.org/eclipse/updates/3.7.x</equinox-site> |
| <!-- if jetty version is specified, it will pick up that particular version of jetty. otherwise use the composite repo. --> |
| <jetty-bundles-site>http://download.eclipse.org/jetty/updates/jetty-bundles-7.x/${jetty-version}</jetty-bundles-site> |
| </properties> |
| </profile> |
| <profile> |
| <!-- equinox milestone + jetty snapshot --> |
| <id>indigo-milestone-dev</id> |
| <activation> |
| <property> |
| <name>platform</name> |
| <value>indigo-milestone-dev</value> |
| </property> |
| </activation> |
| <properties> |
| <equinox-site>http://download.eclipse.org/eclipse/updates/3.7milestones</equinox-site> |
| <jetty-bundles-site>http://download.eclipse.org/jetty/updates/jetty-bundles-7.x/development</jetty-bundles-site> |
| </properties> |
| </profile> |
| <profile> |
| <!-- equinox milestone + jetty snapshot --> |
| <id>indigo-milestone-8dev</id> |
| <activation> |
| <property> |
| <name>platform</name> |
| <value>indigo-milestone-8dev</value> |
| </property> |
| </activation> |
| <properties> |
| <equinox-site>http://download.eclipse.org/eclipse/updates/3.7milestones</equinox-site> |
| <jetty-bundles-site>http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/development</jetty-bundles-site> |
| </properties> |
| </profile> |
| </profiles> |
| |
| <repositories> |
| <repository> |
| <id>jetty-bundles-site</id> |
| <layout>p2</layout> |
| <url>${jetty-bundles-site}</url> |
| </repository> |
| <repository> |
| <id>equinox</id> |
| <layout>p2</layout> |
| <url>${equinox-site}</url> |
| </repository> |
| <repository> |
| <id>orbit</id> |
| <layout>p2</layout> |
| <url>${orbit-site}</url> |
| </repository> |
| </repositories> |
| |
| <pluginRepositories> |
| <pluginRepository> |
| <id>dash-plugins</id> |
| <url>http://maven.eclipse.org/nexus/content/groups/public/</url> |
| <snapshots> |
| <enabled>true</enabled> |
| </snapshots> |
| <releases> |
| <enabled>true</enabled> |
| </releases> |
| </pluginRepository> |
| <pluginRepository> |
| <id>dash-and-tycho-plugins</id> |
| <!-- <url>http://repository.sonatype.org/content/repositories/snapshots/</url> --> |
| <url>http://intalio.org/public/maven2</url> |
| <snapshots> |
| <enabled>true</enabled> |
| </snapshots> |
| <releases> |
| <enabled>true</enabled> |
| </releases> |
| </pluginRepository> |
| </pluginRepositories> |
| |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-maven-plugin</artifactId> |
| <version>${tycho-version}</version> |
| <extensions>true</extensions> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-packaging-plugin</artifactId> |
| <version>${tycho-version}</version> |
| <configuration> |
| <includeSources>true</includeSources> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>target-platform-configuration</artifactId> |
| <version>${tycho-version}</version> |
| <configuration> |
| <resolver>p2</resolver> |
| <pomDependencies>consider</pomDependencies> |
| <environments> |
| <environment> |
| <os>linux</os> |
| <ws>gtk</ws> |
| <arch>x86</arch> |
| </environment> |
| <environment> |
| <os>linux</os> |
| <ws>gtk</ws> |
| <arch>x86_64</arch> |
| </environment> |
| <environment> |
| <os>win32</os> |
| <ws>win32</ws> |
| <arch>x86</arch> |
| </environment> |
| <environment> |
| <os>win32</os> |
| <ws>win32</ws> |
| <arch>x86_64</arch> |
| </environment> |
| <!-- p2 has too many bugs to support macosx just yet ... only enable this |
| when tycho is built using a patched version of p2.publisher |
| <environment> |
| <os>macosx</os> |
| <ws>carbon</ws> |
| <arch>x86</arch> |
| </environment> |
| <environment> |
| <os>macosx</os> |
| <ws>cocoa</ws> |
| <arch>x86</arch> |
| </environment> |
| <environment> |
| <os>macosx</os> |
| <ws>cocoa</ws> |
| <arch>x86_64</arch> |
| </environment>--> |
| </environments> |
| </configuration> |
| </plugin> |
| <!-- Build helper maven plugin sets the parsedVersion.osgiVersion property --> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>build-helper-maven-plugin</artifactId> |
| <version>1.5</version> |
| <executions> |
| <execution> |
| <id>set-osgi-version</id> |
| <phase>compile</phase> |
| <goals> |
| <goal>parse-version</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <inherited>true</inherited> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-source-plugin</artifactId> |
| <version>${tycho-version}</version> |
| <executions> |
| <execution> |
| <id>attach-sources</id> |
| <phase>process-classes</phase> |
| <goals> |
| <goal>plugin-source</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| |
| </plugins> |
| <pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-p2-publisher-director</artifactId> |
| <version>${tycho-version}</version> |
| <configuration> |
| <compress>true</compress> |
| <statsURI>http://download.eclipse.org/releases/stats/indigo/</statsURI> |
| <statsTrackedArtifacts>javax.servlet.jsp.glassfish,org.eclipse.jetty.core,org.eclipse.jetty.starterkit,org.eclipse.jetty.starterkit.sdk,org.eclipse.jetty.sdk,org.eclipse.jetty.tooling,org.eclipse.pde.junit.runtime,org.eclipse.pde.junit.runtime.standalone,org.eclipse.pde.junit.runtime.addon</statsTrackedArtifacts> |
| <!-- <environmentsToArchive>os=win32;ws=win32;arch=x86* |
| os=linux;ws=gtk;arch=x86* |
| os=macosx;ws=cocoa;arch=x86* |
| </environmentsToArchive> --> |
| <!-- mac fails at the moment? --> |
| <environmentsToArchive>os=win32;ws=win32;arch=x86* |
| os=linux;ws=gtk;arch=x86* |
| </environmentsToArchive> |
| <productsToArchive>*EclipseRT*</productsToArchive> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.eclipse.tycho</groupId> |
| <artifactId>tycho-compiler-plugin</artifactId> |
| <version>${tycho-version}</version> |
| <configuration> |
| <encoding>UTF-8</encoding> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-resources-plugin</artifactId> |
| <version>2.4.1</version> |
| <configuration> |
| <encoding>UTF-8</encoding> |
| </configuration> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| </build> |
| |
| |
| </project> |