Skip to main content
summaryrefslogblamecommitdiffstats
blob: fd6a2a64e460b66808d52f65f179974e5695904c (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                                        
                                          





                                                                          






                                                                                          
                                                     
                                                                   
 









                                                                        

                                                            
                                                                       


                                                              
                                                                                          
                                                                      

                                                              
 
                                                                     
                                                              
                                                    

                                                            



                                                                                                                            
 
                                                                   
                                                                                                     



























































































                                                                                                                                     







                                                                                                                  
































                                                                                                                                     





















































                                                                                                  












                                                                                      



                                                                                    












                                                                                            



                                                                                       
                                                                                     


















































                                                                                                     
































































































































































































































































                                                                                                                                                                     








                                                                                                                 
                                                                                                                            

                                                                                                                                                                 
                                                                                                       






                                                                 

                                                                                                                   









                                                                     
                                                 


                                                               
                                                










































































































































































                                                                                                                                                               
                                                                                                                                                  





















                                                                       




                                                                   





















































































                                                                                                                                                                 
                                                         
                                                           
                                                                   

                                             
                                                              
                                                           
                                                                        





                                             
          
<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">

	<modelVersion>4.0.0</modelVersion>

	<groupId>org.eclipse.osee</groupId>
	<artifactId>org.eclipse.osee.parent</artifactId>
	<packaging>pom</packaging>
	<name>OSEE MASTER - Parent (Incubation)</name>
	<version>0.17.0-SNAPSHOT</version>

	<modules>
		<module>../../plugins/org.eclipse.osee.x.parent</module>
		<module>../../plugins/org.eclipse.osee.ide.parent</module>
	</modules>

	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

		<git-repo-root>file:../../..</git-repo-root>
		<build-alias>-DEV</build-alias>

		<tycho-version>0.18.0</tycho-version>
		<tycho-extras-version>0.18.0</tycho-extras-version>

		<maven-antrun-version>1.6</maven-antrun-version>
		<ant-contrib-version>1.0b3</ant-contrib-version>
		<jsch-version>0.1.42</jsch-version>
		<ant-jsch-version>1.8.2</ant-jsch-version>
		<ant-commons-net-version>1.7.0</ant-commons-net-version>
		<commons-net-version>1.4.1</commons-net-version>
		<jacoco-version>0.5.3.201107060350</jacoco-version>
		<findbugs-version>2.3.2</findbugs-version>
		<pmd-version>2.5</pmd-version>
		<checkstyle-version>2.6</checkstyle-version>
		<javadoc-version>2.9.1</javadoc-version>
		<jaxdoclet-version>0.9.0</jaxdoclet-version>
		<jersey-wadlgen-version>1.17.1</jersey-wadlgen-version>
		<jersey-version>1.17.1</jersey-version>
		<jaxb2-maven-version>1.5</jaxb2-maven-version>
		<jaxrs-version>1.1.1</jaxrs-version>
		<build-helper-maven-plugin-version>1.7</build-helper-maven-plugin-version>
		<maven-resources-version>2.5</maven-resources-version>
		<maven-clean-version>2.5</maven-clean-version>
		<xerces-version>2.6.1</xerces-version>

		<platform-version-name>kepler</platform-version-name>
		<orbit-version>R20130517111416</orbit-version>
		<xtext-version>2.0.0</xtext-version>
		<subversive-version>1.0</subversive-version>
		<polarion-version>3.0</polarion-version>

		<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/${orbit-version}/repository</orbit-site>
		<eclipse-site>http://download.eclipse.org/releases/${platform-version-name}</eclipse-site>
		<itemis-site>http://download.itemis.com/updates/releases/${xtext-version}</itemis-site>

		<osee-create-help-docs>true</osee-create-help-docs>
		<rest-output-directory>${project.build.directory}/../REST-INF</rest-output-directory>
	</properties>

	<licenses>
		<license>
			<name>Eclipse Public License v1.0</name>
			<comments>
       All rights reserved.

       This program and the accompanying materials are made
       available under the terms of the Eclipse Public License v1.0
       which accompanies this distribution, and is available at
       http://www.eclipse.org/legal/epl-v10.htm
      </comments>
		</license>
	</licenses>

	<organization>
		<name>Eclipse Open System Engineering Environment</name>
		<url>http://www.eclipse.org/osee</url>
	</organization>

	<repositories>
		<repository>
			<id>orbit</id>
			<layout>p2</layout>
			<url>${orbit-site}</url>
		</repository>
		<repository>
			<id>eclipse</id>
			<layout>p2</layout>
			<url>${eclipse-site}</url>
		</repository>
		<repository>
			<id>itemis</id>
			<layout>p2</layout>
			<url>${itemis-site}</url>
		</repository>
	</repositories>

	<build>
		<sourceDirectory>src</sourceDirectory>
		<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>
					<format>'v'yyyyMMddHHmm'${build-alias}'</format>
					<archiveSite>true</archiveSite>
					<environments>
						<!-- <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>
						<environment>
							<os>win32</os>
							<ws>win32</ws>
							<arch>x86_64</arch>
						</environment>
						<environment>
							<os>win32</os>
							<ws>win32</ws>
							<arch>x86</arch>
						</environment>
						<environment>
							<os>linux</os>
							<ws>gtk</ws>
							<arch>x86</arch>
						</environment>
						<environment>
							<os>linux</os>
							<ws>gtk</ws>
							<arch>x86_64</arch>
						</environment>
					</environments>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.eclipse.tycho</groupId>
				<artifactId>target-platform-configuration</artifactId>
				<version>${tycho-version}</version>
				<configuration>
					<filters>
						<!-- Work around Equinox bug 348045 -->
						<filter>
							<type>p2-installable-unit</type>
							<id>org.eclipse.equinox.servletbridge.extensionbundle</id>
							<removeAll />
						</filter>
					</filters>
					<resolver>p2</resolver>
					<environments>
						<!-- <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>
						<environment>
							<os>win32</os>
							<ws>win32</ws>
							<arch>x86_64</arch>
						</environment>
						<environment>
							<os>win32</os>
							<ws>win32</ws>
							<arch>x86</arch>
						</environment>
						<environment>
							<os>linux</os>
							<ws>gtk</ws>
							<arch>x86</arch>
						</environment>
						<environment>
							<os>linux</os>
							<ws>gtk</ws>
							<arch>x86_64</arch>
						</environment>
					</environments>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.eclipse.tycho</groupId>
				<artifactId>tycho-source-plugin</artifactId>
				<version>${tycho-version}</version>
				<executions>
					<execution>
						<id>plugin-source</id>
						<goals>
							<goal>plugin-source</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
			<plugin>
				<groupId>org.eclipse.tycho.extras</groupId>
				<artifactId>tycho-source-feature-plugin</artifactId>
				<version>${tycho-extras-version}</version>
				<executions>
					<execution>
						<id>source-feature</id>
						<phase>package</phase>
						<goals>
							<goal>source-feature</goal>
						</goals>
					</execution>
				</executions>
				<!-- optional excludes -->
				<configuration>
					<excludes>
						<plugin id="sourcefeature.bundle.nosource" />
						<feature id="sourcefeature.feature.nosource" />
					</excludes>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.eclipse.tycho</groupId>
				<artifactId>tycho-p2-plugin</artifactId>
				<version>${tycho-extras-version}</version>
				<executions>
					<execution>
						<id>default-p2-metadata-default</id>
						<configuration>
							<attachP2Metadata>false</attachP2Metadata>
						</configuration>
					</execution>
					<execution>
						<id>attach-p2-metadata</id>
						<goals>
							<goal>p2-metadata</goal>
						</goals>
						<phase>package</phase>
					</execution>
				</executions>
			</plugin>
		</plugins>
		<pluginManagement>
			<plugins>
				<plugin>
					<groupId>org.eclipse.tycho</groupId>
					<artifactId>tycho-compiler-plugin</artifactId>
					<version>${tycho-version}</version>
					<configuration>
						<source>1.6</source>
						<target>1.6</target>
						<encoding>UTF-8</encoding>
					</configuration>
				</plugin>
				<plugin>
					<groupId>org.eclipse.tycho</groupId>
					<artifactId>tycho-source-plugin</artifactId>
					<version>${tycho-version}</version>
					<configuration>
						<strictSrcIncludes>false</strictSrcIncludes>
					</configuration>
				</plugin>
				<plugin>
					<groupId>org.eclipse.tycho.extras</groupId>
					<artifactId>tycho-source-feature-plugin</artifactId>
					<version>${tycho-extras-version}</version>
				</plugin>
				<plugin>
					<groupId>org.eclipse.tycho</groupId>
					<artifactId>tycho-p2-plugin</artifactId>
					<version>${tycho-version}</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-resources-plugin</artifactId>
					<version>${maven-resources-version}</version>
					<configuration>
						<encoding>ISO-8859-1</encoding>
					</configuration>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-antrun-plugin</artifactId>
					<version>${maven-antrun-version}</version>
					<dependencies>
						<dependency>
							<groupId>ant-contrib</groupId>
							<artifactId>ant-contrib</artifactId>
							<version>${ant-contrib-version}</version>
							<exclusions>
								<exclusion>
									<groupId>ant</groupId>
									<artifactId>ant</artifactId>
								</exclusion>
							</exclusions>
						</dependency>
						<dependency>
							<groupId>com.jcraft</groupId>
							<artifactId>jsch</artifactId>
							<version>${jsch-version}</version>
						</dependency>
						<dependency>
							<groupId>org.apache.ant</groupId>
							<artifactId>ant-jsch</artifactId>
							<version>${ant-jsch-version}</version>
						</dependency>
						<dependency>
							<groupId>commons-net</groupId>
							<artifactId>commons-net</artifactId>
							<version>${commons-net-version}</version>
						</dependency>
						<dependency>
							<groupId>org.apache.ant</groupId>
							<artifactId>ant-commons-net</artifactId>
							<version>${ant-commons-net-version}</version>
						</dependency>
					</dependencies>
				</plugin>
				<plugin>
					<groupId>org.codehaus.mojo</groupId>
					<artifactId>build-helper-maven-plugin</artifactId>
					<version>${build-helper-maven-plugin-version}</version>
				</plugin>
			</plugins>
		</pluginManagement>
	</build>

	<profiles>
		<profile>
			<id>platform-helios</id>
			<activation>
				<property>
					<name>platform-version-name</name>
					<value>helios</value>
				</property>
			</activation>
			<properties>
				<eclipse-site>http://download.eclipse.org/releases/helios</eclipse-site>
				<platform-version>[3.6,3.7)</platform-version>
			</properties>
		</profile>

		<profile>
			<id>platform-indigo</id>
			<activation>
				<property>
					<name>platform-version-name</name>
					<value>indigo</value>
				</property>
			</activation>
			<properties>
				<eclipse-site>http://download.eclipse.org/releases/indigo</eclipse-site>
				<platform-version>[3.7,3.8)</platform-version>
			</properties>
		</profile>

		<profile>
			<id>check-style</id>
			<activation>
				<property>
					<name>allow-static-analysis</name>
				</property>
			</activation>
			<properties>
				<checkstyle.reportPath>target/checkstyle</checkstyle.reportPath>
				<checkstyle.configPath>../../plugins/org.eclipse.osee.support.config/codeStyle</checkstyle.configPath>
				<checkstyle.configFile>${checkstyle.configPath}/osee_check_style.xml</checkstyle.configFile>
				<checkstyle.failOnErrors>false</checkstyle.failOnErrors>
			</properties>
			<build>
				<plugins>
					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-checkstyle-plugin</artifactId>
						<version>${checkstyle-version}</version>
						<executions>
							<execution>
								<id>check-source-style</id>
								<phase>verify</phase>
								<goals>
									<goal>checkstyle</goal>
								</goals>
								<configuration>
									<failOnErrors>${checkstyle.failOnErrors}</failOnErrors>
									<consoleOutput>true</consoleOutput>
									<outputFileFormat>xml</outputFileFormat>
									<includes>*osee*</includes>
									<configLocation>${checkstyle.configFile}</configLocation>
									<!-- <suppressionsLocation></suppressionsLocation> -->
									<!-- <propertiesLocation></propertiesLocation> -->
									<!-- <headerLocation></headerLocation> to check license info -->
									<outputDirectory>${checkstyle.reportPath}</outputDirectory>
								</configuration>
							</execution>
						</executions>
					</plugin>
				</plugins>
			</build>
		</profile>

		<profile>
			<id>check-findbugs</id>
			<activation>
				<property>
					<name>allow-static-analysis</name>
				</property>
			</activation>
			<properties>
				<findbugs.reportPath>target/findbugs</findbugs.reportPath>
				<findbugs.failOnErrors>false</findbugs.failOnErrors>
			</properties>
			<build>
				<plugins>
					<plugin>
						<groupId>org.codehaus.mojo</groupId>
						<artifactId>findbugs-maven-plugin</artifactId>
						<version>${findbugs-version}</version>
						<configuration>
							<xmlOutput>true</xmlOutput>
							<xmlOutputDirectory>${findbugs.reportPath}</xmlOutputDirectory>
							<outputDirectory>${findbugs.reportPath}</outputDirectory>
							<failOnError>${findbugs.failOnErrors}</failOnError>
							<includeFileFilter>*osee*</includeFileFilter>
							<excludeFileFilter>*test*</excludeFileFilter>
						</configuration>
						<executions>
							<execution>
								<goals>
									<goal>check</goal>
								</goals>
							</execution>
						</executions>
					</plugin>
				</plugins>
			</build>
		</profile>

		<profile>
			<id>check-pmd</id>
			<activation>
				<property>
					<name>allow-static-analysis</name>
				</property>
			</activation>
			<properties>
				<pmd.reportPath>target/pmd</pmd.reportPath>
				<pmd.failOnErrors>false</pmd.failOnErrors>
			</properties>
			<build>
				<plugins>
					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-pmd-plugin</artifactId>
						<version>${pmd-version}</version>
						<configuration>
							<sourceEncoding>utf-8</sourceEncoding>
							<minimumTokens>100</minimumTokens>
							<targetJdk>1.6</targetJdk>
							<format>xml</format>
							<failOnViolation>${pmd.failOnErrors}</failOnViolation>
							<outputDirectory>${pmd.reportPath}</outputDirectory>
							<targetDirectory>${pmd.reportPath}</targetDirectory>
						</configuration>
						<executions>
							<execution>
								<goals>
									<goal>cpd-check</goal>
								</goals>
							</execution>
						</executions>
					</plugin>
				</plugins>
			</build>
		</profile>

		<profile>
			<id>sonar</id>
			<activation>
				<property>
					<name>allow-sonar</name>
				</property>
			</activation>
			<properties>
				<sonar.language>java</sonar.language>
				<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
				<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>

				<sonar.jdbc.url>jdbc:postgresql://osee-build.msc.az.boeing.com:5432/sonar</sonar.jdbc.url>
				<sonar.jdbc.driverClassName>org.postgresql.Driver</sonar.jdbc.driverClassName>
				<sonar.jdbc.username>sonar</sonar.jdbc.username>
				<sonar.jdbc.password>sonar</sonar.jdbc.password>

				<sonar.host.url>http://osee-build.msc.az.boeing.com:9000/sonar</sonar.host.url>

				<sonar.jacoco.reportPath>${project.build.directory}/coverage/jacoco.exec</sonar.jacoco.reportPath>
				<sonar.surefire.reportsPath>../${project.artifactId}.tests/target/surefire-reports/</sonar.surefire.reportsPath>
				<sonar.skippedModules>${project.artifactId}.test</sonar.skippedModules>
			</properties>
		</profile>

		<profile>
			<id>code-coverage</id>
			<activation>
				<property>
					<name>allow-code-coverage</name>
				</property>
			</activation>
			<properties>
				<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
				<sonar.jacoco.reportPath>${project.build.directory}/coverage/jacoco.exec</sonar.jacoco.reportPath>
			</properties>
			<build>
				<plugins>
					<plugin>
						<groupId>org.jacoco</groupId>
						<artifactId>jacoco-maven-plugin</artifactId>
						<version>${jacoco-version}</version>
						<executions>
							<execution>
								<id>collect-coverage</id>
								<goals>
									<goal>prepare-agent</goal>
								</goals>
								<configuration>
									<includes>*.osee.*</includes>
									<destFile>${sonar.jacoco.reportPath}</destFile>
									<append>true</append>
								</configuration>
							</execution>
							<!-- <execution> <id>create-coverage-reports</id> <phase>verify</phase> 
								<goals> <goal>report</goal> </goals> <configuration> <dataFile>${sonar.jacoco.reportPath}</dataFile> 
								<includes>*.osee.*</includes> <outputDirectory>${coverage.reportPath}</outputDirectory> 
								<outputEncoding>UTF-8</outputEncoding> </configuration> </execution> -->
						</executions>
					</plugin>
				</plugins>
			</build>
		</profile>

		<profile>
			<id>create-javadoc</id>
			<activation>
				<property>
					<name>allow-javadoc</name>
				</property>
			</activation>
			<build>
				<plugins>
					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-javadoc-plugin</artifactId>
						<version>${javadoc-version}</version>
						<configuration>
							<debug>true</debug>
							<maxmemory>1024m</maxmemory>
							<sourcepath>src</sourcepath>
							<author>true</author>
							<version>true</version>
							<aggregate>true</aggregate>
							<encoding>ISO-8859-1</encoding>
						</configuration>
						<executions>
							<execution>
								<id>aggregate</id>
								<goals>
									<goal>aggregate</goal>
								</goals>
							</execution>
						</executions>
					</plugin>
				</plugins>
			</build>
			<reporting>
				<plugins>
					<plugin>
						<groupId>org.apache.maven.plugins</groupId>
						<artifactId>maven-javadoc-plugin</artifactId>
						<version>${javadoc-version}</version>
					</plugin>
				</plugins>
			</reporting>
		</profile>

		<profile>
			<id>client-external-p2</id>
			<activation>
				<property>
					<name>osee-build-stage</name>
					<value>!osee-server</value>
				</property>
			</activation>
			<properties>
				<nebula-site>http://download.eclipse.org/technology/nebula/snapshot</nebula-site>
				<!--<wikitext-site>http://download.eclipse.org/tools/mylyn/update/weekly</wikitext-site> -->
				<subversive-site>http://download.eclipse.org/technology/subversive/${subversive-version}/update-site</subversive-site>
				<polarion-site>http://community.polarion.com/projects/subversive/download/eclipse/${polarion-version}/update-site</polarion-site>
				<!-- <egit-site>http://download.eclipse.org/egit/updates</egit-site>-->
			</properties>
			<repositories>
				<repository>
					<id>nebula</id>
					<layout>p2</layout>
					<url>${nebula-site}</url>
				</repository>
				<!--<repository> <id>wikitext</id> <layout>p2</layout> <url>${wikitext-site}</url> 
					</repository> -->
				<repository>
					<id>polarion</id>
					<layout>p2</layout>
					<url>${polarion-site}</url>
				</repository>
				<repository>
					<id>subversive</id>
					<layout>p2</layout>
					<url>${subversive-site}</url>
				</repository>
				<!-- <repository>
					<id>egit</id>
					<layout>p2</layout>
					<url>${egit-site}</url>
				</repository>-->
			</repositories>
		</profile>

		<profile>
			<id>osee-all</id>
			<activation>
				<property>
					<name>!osee-build-stage</name>
				</property>
			</activation>
			<properties>
				<eclipse-ip-site>${git-repo-root}/org.eclipse.ip/org.eclipse.ip.p2/target/repository</eclipse-ip-site>
			</properties>
			<repositories>
				<repository>
					<id>eclipse-ip</id>
					<layout>p2</layout>
					<url>${eclipse-ip-site}</url>
				</repository>
			</repositories>
		</profile>

		<profile>
			<id>osee-all-ide</id>
			<activation>
				<property>
					<name>osee-build-stage</name>
					<value>osee-all-ide</value>
				</property>
			</activation>
			<properties>
				<eclipse-ip-site>${git-repo-root}/org.eclipse.ip/org.eclipse.ip.p2/target/repository</eclipse-ip-site>
				<osee-xserver-site>${git-repo-root}/org.eclipse.osee/plugins/org.eclipse.osee.x.server.p2/target/repository</osee-xserver-site>
			</properties>
			<repositories>
				<repository>
					<id>eclipse-ip</id>
					<layout>p2</layout>
					<url>${eclipse-ip-site}</url>
				</repository>
				<repository>
					<id>osee-xserver</id>
					<layout>p2</layout>
					<url>${osee-xserver-site}</url>
				</repository>
			</repositories>
		</profile>

		<profile>
			<id>osee-all-server</id>
			<activation>
				<property>
					<name>osee-build-stage</name>
					<value>osee-server</value>
				</property>
			</activation>
			<properties>
				<eclipse-ip-site>${git-repo-root}/org.eclipse.ip/org.eclipse.ip.p2/target/repository</eclipse-ip-site>
			</properties>
			<repositories>
				<repository>
					<id>eclipse-ip</id>
					<layout>p2</layout>
					<url>${eclipse-ip-site}</url>
				</repository>
			</repositories>
		</profile>

		<profile>
			<id>osee-client-runtime</id>
			<activation>
				<property>
					<name>osee-build-stage</name>
					<value>osee-client-runtime</value>
				</property>
			</activation>
			<properties>
				<eclipse-ip-site>${git-repo-root}/org.eclipse.ip/org.eclipse.ip.p2/target/repository</eclipse-ip-site>
				<osee-xserver-site>${git-repo-root}/org.eclipse.osee/plugins/org.eclipse.osee.x.server.p2/target/repository</osee-xserver-site>
			</properties>
			<repositories>
				<repository>
					<id>eclipse-ip</id>
					<layout>p2</layout>
					<url>${eclipse-ip-site}</url>
				</repository>
				<repository>
					<id>osee-xserver</id>
					<layout>p2</layout>
					<url>${osee-xserver-site}</url>
				</repository>
			</repositories>
		</profile>

		<profile>
			<id>osee-ote-client</id>
			<activation>
				<property>
					<name>osee-build-stage</name>
					<value>osee-ote-client</value>
				</property>
			</activation>
			<properties>
				<eclipse-ip-site>${git-repo-root}/org.eclipse.ip/org.eclipse.ip.p2/target/repository</eclipse-ip-site>
				<osee-xserver-site>${git-repo-root}/org.eclipse.osee/plugins/org.eclipse.osee.x.server.p2/target/repository</osee-xserver-site>
				<osee-runtime-site>${git-repo-root}/org.eclipse.osee/plugins/org.eclipse.osee.runtime.p2/target/repository</osee-runtime-site>
			</properties>
			<repositories>
				<repository>
					<id>eclipse-ip</id>
					<layout>p2</layout>
					<url>${eclipse-ip-site}</url>
				</repository>
				<repository>
					<id>osee-xserver</id>
					<layout>p2</layout>
					<url>${osee-xserver-site}</url>
				</repository>
				<repository>
					<id>osee-runtime</id>
					<layout>p2</layout>
					<url>${osee-runtime-site}</url>
				</repository>
			</repositories>
		</profile>

		<profile>
			<id>osee-client</id>
			<activation>
				<property>
					<name>osee-build-stage</name>
					<value>osee-client</value>
				</property>
			</activation>
			<properties>
				<eclipse-ip-site>${git-repo-root}/org.eclipse.ip/org.eclipse.ip.p2/target/repository</eclipse-ip-site>
				<osee-xserver-site>${git-repo-root}/org.eclipse.osee/plugins/org.eclipse.osee.x.server.p2/target/repository</osee-xserver-site>
				<osee-runtime-site>${git-repo-root}/org.eclipse.osee/plugins/org.eclipse.osee.runtime.p2/target/repository</osee-runtime-site>
			</properties>
			<repositories>
				<repository>
					<id>eclipse-ip</id>
					<layout>p2</layout>
					<url>${eclipse-ip-site}</url>
				</repository>
				<repository>
					<id>osee-xserver</id>
					<layout>p2</layout>
					<url>${osee-xserver-site}</url>
				</repository>
				<repository>
					<id>osee-runtime</id>
					<layout>p2</layout>
					<url>${osee-runtime-site}</url>
				</repository>
			</repositories>
		</profile>

		<profile>
			<id>osee-coverage-client</id>
			<activation>
				<property>
					<name>osee-build-stage</name>
					<value>osee-coverage-client</value>
				</property>
			</activation>
			<properties>
				<eclipse-ip-site>${git-repo-root}/org.eclipse.ip/org.eclipse.ip.p2/target/repository</eclipse-ip-site>
				<osee-xserver-site>${git-repo-root}/org.eclipse.osee/plugins/org.eclipse.osee.x.server.p2/target/repository</osee-xserver-site>
				<osee-runtime-site>${git-repo-root}/org.eclipse.osee/plugins/org.eclipse.osee.runtime.p2/target/repository</osee-runtime-site>
				<osee-client-site>${git-repo-root}/org.eclipse.osee/plugins/org.eclipse.osee.client.p2/target/repository</osee-client-site>
				<osee-ats-site>${git-repo-root}/org.eclipse.osee/plugins/org.eclipse.osee.ats.p2/target/repository</osee-ats-site>
			</properties>
			<repositories>
				<repository>
					<id>eclipse-ip</id>
					<layout>p2</layout>
					<url>${eclipse-ip-site}</url>
				</repository>
				<repository>
					<id>osee-xserver</id>
					<layout>p2</layout>
					<url>${osee-xserver-site}</url>
				</repository>
				<repository>
					<id>osee-runtime</id>
					<layout>p2</layout>
					<url>${osee-runtime-site}</url>
				</repository>
				<repository>
					<id>osee-client</id>
					<layout>p2</layout>
					<url>${osee-client-site}</url>
				</repository>
				<repository>
					<id>osee-ats</id>
					<layout>p2</layout>
					<url>${osee-ats-site}</url>
				</repository>
			</repositories>
		</profile>

		<profile>
			<id>osee-ats-client</id>
			<activation>
				<property>
					<name>osee-build-stage</name>
					<value>osee-ats-client</value>
				</property>
			</activation>
			<properties>
				<eclipse-ip-site>${git-repo-root}/org.eclipse.ip/org.eclipse.ip.p2/target/repository</eclipse-ip-site>
				<osee-xserver-site>${git-repo-root}/org.eclipse.osee/plugins/org.eclipse.osee.x.server.p2/target/repository</osee-xserver-site>
				<osee-runtime-site>${git-repo-root}/org.eclipse.osee/plugins/org.eclipse.osee.runtime.p2/target/repository</osee-runtime-site>
				<osee-client-site>${git-repo-root}/org.eclipse.osee/plugins/org.eclipse.osee.client.p2/target/repository</osee-client-site>
			</properties>
			<repositories>
				<repository>
					<id>eclipse-ip</id>
					<layout>p2</layout>
					<url>${eclipse-ip-site}</url>
				</repository>
				<repository>
					<id>osee-xserver</id>
					<layout>p2</layout>
					<url>${osee-xserver-site}</url>
				</repository>
				<repository>
					<id>osee-runtime</id>
					<layout>p2</layout>
					<url>${osee-runtime-site}</url>
				</repository>
				<repository>
					<id>osee-client</id>
					<layout>p2</layout>
					<url>${osee-client-site}</url>
				</repository>
			</repositories>
		</profile>

		<profile>
			<id>osee-client-products</id>
			<activation>
				<property>
					<name>osee-build-stage</name>
					<value>osee-client-products</value>
				</property>
			</activation>
			<properties>
				<eclipse-ip-site>${git-repo-root}/org.eclipse.ip/org.eclipse.ip.p2/target/repository</eclipse-ip-site>
				<osee-xserver-site>${git-repo-root}/org.eclipse.osee/plugins/org.eclipse.osee.x.server.p2/target/repository</osee-xserver-site>
				<osee-runtime-site>${git-repo-root}/org.eclipse.osee/plugins/org.eclipse.osee.runtime.p2/target/repository</osee-runtime-site>

				<osee-ote-site>${git-repo-root}/org.eclipse.osee/plugins/org.eclipse.osee.ote.p2/target/repository</osee-ote-site>
				<osee-client-site>${git-repo-root}/org.eclipse.osee/plugins/org.eclipse.osee.client.p2/target/repository</osee-client-site>
				<osee-coverage-site>${git-repo-root}/org.eclipse.osee/plugins/org.eclipse.osee.coverage.p2/target/repository</osee-coverage-site>
				<osee-ats-site>${git-repo-root}/org.eclipse.osee/plugins/org.eclipse.osee.ats.p2/target/repository</osee-ats-site>
			</properties>
			<repositories>
				<repository>
					<id>eclipse-ip</id>
					<layout>p2</layout>
					<url>${eclipse-ip-site}</url>
				</repository>
				<repository>
					<id>osee-xserver</id>
					<layout>p2</layout>
					<url>${osee-xserver-site}</url>
				</repository>
				<repository>
					<id>osee-runtime</id>
					<layout>p2</layout>
					<url>${osee-runtime-site}</url>
				</repository>
				<repository>
					<id>osee-ote</id>
					<layout>p2</layout>
					<url>${osee-ote-site}</url>
				</repository>
				<repository>
					<id>osee-client</id>
					<layout>p2</layout>
					<url>${osee-client-site}</url>
				</repository>
				<repository>
					<id>osee-ats</id>
					<layout>p2</layout>
					<url>${osee-ats-site}</url>
				</repository>
				<repository>
					<id>osee-coverage</id>
					<layout>p2</layout>
					<url>${osee-coverage-site}</url>
				</repository>
			</repositories>
		</profile>

	</profiles>

</project>

Back to the top