Author: adietish
Date: 2010-12-14 14:12:17 -0500 (Tue, 14 Dec 2010)
New Revision: 27477
Modified:
trunk/deltacloud/tests/org.jboss.tools.deltacloud.test/pom.xml
Log:
[JBIDE-7896] correcting pom syntax
Modified: trunk/deltacloud/tests/org.jboss.tools.deltacloud.test/pom.xml
===================================================================
--- trunk/deltacloud/tests/org.jboss.tools.deltacloud.test/pom.xml 2010-12-14 19:09:17 UTC
(rev 27476)
+++ trunk/deltacloud/tests/org.jboss.tools.deltacloud.test/pom.xml 2010-12-14 19:12:17 UTC
(rev 27477)
@@ -16,15 +16,17 @@
<emma.instrument.bundles />
</properties>
<build>
- <plugin>
- <groupId>org.sonatype.tycho</groupId>
- <artifactId>maven-osgi-test-plugin</artifactId>
- <version>${tychoVersion}</version>
- <configuration>
- <excludes>
- <exclude>**/IntegrationTestSuite*.class</exclude>
- </excludes>
- </configuration>
- </plugin>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-test-plugin</artifactId>
+ <version>${tychoVersion}</version>
+ <configuration>
+ <excludes>
+ <exclude>**/IntegrationTestSuite*.class</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
</build>
</project>
Show replies by date