Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-02-25 01:37:36 +0000
committerRyan D. Brooks2012-02-25 01:37:36 +0000
commit18b9f39a0037727edcd8ae767531414dcff80b7f (patch)
tree831279eca240c2a260fed65a33b332b1740354a0 /plugins/org.eclipse.osee.x.core.parent
parent4227204176d28560ba1d0d27ce54332e2422b706 (diff)
downloadorg.eclipse.osee-18b9f39a0037727edcd8ae767531414dcff80b7f.tar.gz
org.eclipse.osee-18b9f39a0037727edcd8ae767531414dcff80b7f.tar.xz
org.eclipse.osee-18b9f39a0037727edcd8ae767531414dcff80b7f.zip
feature[ats_VVMH0]: Create console admin bundle
Diffstat (limited to 'plugins/org.eclipse.osee.x.core.parent')
-rw-r--r--plugins/org.eclipse.osee.x.core.parent/pom.xml22
1 files changed, 8 insertions, 14 deletions
diff --git a/plugins/org.eclipse.osee.x.core.parent/pom.xml b/plugins/org.eclipse.osee.x.core.parent/pom.xml
index edcaeaa52a1..0464228fb08 100644
--- a/plugins/org.eclipse.osee.x.core.parent/pom.xml
+++ b/plugins/org.eclipse.osee.x.core.parent/pom.xml
@@ -21,6 +21,9 @@
<module>../../plugins/org.eclipse.osee.event</module>
<module>../../plugins/org.eclipse.osee.event.osgi</module>
+ <module>../../plugins/org.eclipse.osee.console.admin</module>
+ <module>../../plugins/org.eclipse.osee.console.admin.test</module>
+
<module>../../plugins/org.eclipse.osee.executor.admin</module>
<module>../../plugins/org.eclipse.osee.executor.admin.test</module>
@@ -438,7 +441,7 @@
</activation>
<properties>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
-
+
<coverage.reportPath>../../plugins/org.eclipse.osee.x.core.parent/target/coverage</coverage.reportPath>
<sonar.jacoco.reportPath>${coverage.reportPath}/jacoco.exec</sonar.jacoco.reportPath>
</properties>
@@ -460,19 +463,10 @@
<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> -->
+ <!-- <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>

Back to the top