Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.client.all.parent')
-rw-r--r--plugins/org.eclipse.osee.client.all.parent/.project11
-rw-r--r--plugins/org.eclipse.osee.client.all.parent/pom.xml598
2 files changed, 609 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.client.all.parent/.project b/plugins/org.eclipse.osee.client.all.parent/.project
new file mode 100644
index 00000000000..821f84dc62b
--- /dev/null
+++ b/plugins/org.eclipse.osee.client.all.parent/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.osee.client.all.parent</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
+</projectDescription>
diff --git a/plugins/org.eclipse.osee.client.all.parent/pom.xml b/plugins/org.eclipse.osee.client.all.parent/pom.xml
new file mode 100644
index 00000000000..aa4345e85e4
--- /dev/null
+++ b/plugins/org.eclipse.osee.client.all.parent/pom.xml
@@ -0,0 +1,598 @@
+<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.client.all.parent</artifactId>
+ <packaging>pom</packaging>
+ <name>OSEE MASTER - Parent (Incubation)</name>
+ <version>0.9.9-SNAPSHOT</version>
+
+ <modules>
+ <module>../../features/org.eclipse.osee.client.all.feature</module>
+ <module>../../features/org.eclipse.osee.client.all.feature.source</module>
+ <module>../../plugins/org.eclipse.osee.client.all.p2</module>
+ </modules>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+ <tycho-version>0.13.0</tycho-version>
+ <maven-antrun-version>1.6</maven-antrun-version>
+ <ant-contrib-version>1.0b3</ant-contrib-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.8</javadoc-version>
+
+ <build-alias>-DEV</build-alias>
+ <platform-version-name>indigo</platform-version-name>
+
+ <orbit-version>R20110523182458</orbit-version>
+ <xtext-version>2.0.0</xtext-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>
+
+ <subversive-site>http://download.eclipse.org/technology/subversive/0.7/update-site</subversive-site>
+ <polarion-site>http://community.polarion.com/projects/subversive/download/eclipse/2.0/update-site</polarion-site>
+ <itemis-site>http://download.itemis.com/updates/releases/${xtext-version}</itemis-site>
+ <nebula-site>http://download.eclipse.org/technology/nebula/snapshot</nebula-site>
+
+ <osee-runtime-site-path>file:../../../org.eclipse.osee/plugins</osee-runtime-site-path>
+ <osee-runtime-site>${osee-runtime-site-path}/org.eclipse.osee.runtime.p2/target/repository</osee-runtime-site>
+
+ <osee-ote-site-path>file:../../../org.eclipse.osee/plugins</osee-ote-site-path>
+ <osee-ote-site>${osee-ote-site-path}/org.eclipse.osee.ote.p2/target/repository</osee-ote-site>
+
+ <osee-client-site-path>file:../../../org.eclipse.osee/plugins</osee-client-site-path>
+ <osee-client-site>${osee-client-site-path}/org.eclipse.osee.client.p2/target/repository</osee-client-site>
+ </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>eclipse</id>
+ <layout>p2</layout>
+ <url>${eclipse-site}</url>
+ </repository>
+ <repository>
+ <id>orbit</id>
+ <layout>p2</layout>
+ <url>${orbit-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>itemis</id>
+ <layout>p2</layout>
+ <url>${itemis-site}</url>
+ </repository>
+ <repository>
+ <id>nebula</id>
+ <layout>p2</layout>
+ <url>${nebula-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>
+ </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>cocoa</ws> <arch>x86</arch>
+ </environment> <environment> <os>macosx</os> <ws>carbon</ws> <arch>x86</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>
+ <resolver>p2</resolver>
+ <environments>
+ <!-- <environment> <os>macosx</os> <ws>cocoa</ws> <arch>x86</arch>
+ </environment> <environment> <os>macosx</os> <ws>carbon</ws> <arch>x86</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>
+ </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>
+ <!-- enable source bundle generation -->
+ <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.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.4.1</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>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire</artifactId>
+ <version>${tycho-version}</version>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.8</version>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <profiles>
+ <profile>
+ <id>helpGeneration</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <properties>
+ <update.osee.doc>true</update.osee.doc>
+ </properties>
+ </profile>
+
+ <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>
+ <activeByDefault>true</activeByDefault>
+ </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>
+ <activeByDefault>true</activeByDefault>
+ </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>
+ <activeByDefault>true</activeByDefault>
+ </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>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <properties>
+ <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
+ <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
+
+ <sonar.jdbc.url>jdbc:postgresql://msa-linux-201.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://msa-linux-201.msc.az.boeing.com:9000/sonar</sonar.host.url>
+ </properties>
+ </profile>
+
+ <profile>
+ <id>code-coverage</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <properties>
+ <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
+
+ <coverage.reportPath>../../plugins/org.eclipse.osee.x.server.parent/target/coverage</coverage.reportPath>
+ <sonar.jacoco.reportPath>${coverage.reportPath}/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>hudson</id>
+ <activation>
+ <property>
+ <name>BUILD_NUMBER</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-packaging-plugin</artifactId>
+ <version>${tychoVersion}</version>
+ <configuration>
+ <format>'v'yyyyMMdd-HHmm'-H${BUILD_NUMBER}-${build-alias}</format>
+ <archiveSite>true</archiveSite>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>osee-local-sites</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <properties>
+ <osee-runtime-site-path>file:../../../org.eclipse.osee/plugins</osee-runtime-site-path>
+ <osee-runtime-site>${osee-runtime-site-path}/org.eclipse.osee.runtime.p2/target/repository</osee-runtime-site>
+
+ <osee-ote-site-path>file:../../../org.eclipse.osee/plugins</osee-ote-site-path>
+ <osee-ote-site>${osee-ote-site-path}/org.eclipse.osee.ote.p2/target/repository</osee-ote-site>
+
+ <osee-client-site-path>file:../../../org.eclipse.osee/plugins</osee-client-site-path>
+ <osee-client-site>${osee-client-site-path}/org.eclipse.osee.client.p2/target/repository</osee-client-site>
+
+ </properties>
+ </profile>
+
+ <profile>
+ <id>osee-remote-sites</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <properties>
+ <osee-runtime-site-path>http://msa-linux-adm.msc.az.boeing.com/osee/sites</osee-runtime-site-path>
+ <osee-runtime-site-version>DEV</osee-runtime-site-version>
+ <osee-runtime-site>${osee-runtime-site-path}/${osee-runtime-site-version}/org.eclipse.osee/org.eclipse.osee.runtime.p2</osee-runtime-site>
+
+ <osee-ote-site-path>file:../../../org.eclipse.osee/plugins</osee-ote-site-path>
+ <osee-ote-site-version>DEV</osee-ote-site-version>
+ <osee-ote-site>${osee-ote-site-path}/${osee-ote-site-version}/org.eclipse.osee/org.eclipse.osee.ote.p2/target/repository</osee-ote-site>
+
+ <osee-client-site-path>file:../../../org.eclipse.osee/plugins</osee-client-site-path>
+ <osee-client-site-version>DEV</osee-client-site-version>
+ <osee-client-site>${osee-client-site-path}/${osee-client-site-version}/org.eclipse.osee/org.eclipse.osee.client.p2/target/repository</osee-client-site>
+ </properties>
+ </profile>
+
+ <profile>
+ <id>local-mirror</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <properties>
+ <mirrors-server>http://msa-linux-adm.msc.az.boeing.com</mirrors-server>
+ </properties>
+ <!--Enable snapshots for the built in central repo to direct -->
+ <!--all requests to nexus via the mirror -->
+ <repositories>
+ <repository>
+ <id>central</id>
+ <url>${mirrors-server}/nexus/content/groups/public/</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>snapshots</id>
+ <url>${mirrors-server}/nexus/content/groups/public-snapshots/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>eclipse</id>
+ <layout>p2</layout>
+ <url>${mirrors-server}/osee/sites/MIRRORS/eclipse/${platform-version-name}</url>
+ </repository>
+ <repository>
+ <id>orbit</id>
+ <layout>p2</layout>
+ <url>${mirrors-server}/osee/sites/MIRRORS/orbit/${orbit-version}/</url>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>central</id>
+ <url>${mirrors-server}/nexus/content/groups/public/</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </pluginRepository>
+ <pluginRepository>
+ <id>snapshots</id>
+ <url>${mirrors-server}/nexus/content/groups/public-snapshots/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+ </profile>
+ </profiles>
+
+</project> \ No newline at end of file

Back to the top