Repository: jena Updated Branches: refs/heads/master bfb357849 -> 187783397
pom.xml tab/space tidy Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/f4495f73 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/f4495f73 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/f4495f73 Branch: refs/heads/master Commit: f4495f7334a87cd3ff8b6577b05cb1d890b7aadb Parents: bfb3578 Author: Stian Soiland-Reyes <[email protected]> Authored: Tue Feb 10 11:04:58 2015 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Tue Feb 10 11:04:58 2015 +0000 ---------------------------------------------------------------------- apache-jena-osgi/jena-osgi-test/pom.xml | 44 ++++++++++++++-------------- 1 file changed, 22 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/f4495f73/apache-jena-osgi/jena-osgi-test/pom.xml ---------------------------------------------------------------------- diff --git a/apache-jena-osgi/jena-osgi-test/pom.xml b/apache-jena-osgi/jena-osgi-test/pom.xml index 5f2e4d0..cc2a774 100644 --- a/apache-jena-osgi/jena-osgi-test/pom.xml +++ b/apache-jena-osgi/jena-osgi-test/pom.xml @@ -17,7 +17,7 @@ limitations under the License. --> <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/xsd/maven-4.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.jena</groupId> @@ -123,29 +123,29 @@ limitations under the License. <build> <plugins> <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <extensions>true</extensions> - <configuration> - <instructions> - <!-- <Import-Package>com.hp.hpl.jena</Import-Package> --> - <!-- <Embed-Dependency>artifactId=jena-core;inline=true</Embed-Dependency> --> - </instructions> - </configuration> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <extensions>true</extensions> + <configuration> + <instructions> + <!-- <Import-Package>com.hp.hpl.jena</Import-Package> --> + <!-- <Embed-Dependency>artifactId=jena-core;inline=true</Embed-Dependency> --> + </instructions> + </configuration> </plugin> <plugin> - <groupId>org.ops4j.pax.exam</groupId> - <artifactId>exam-maven-plugin</artifactId> - <version>${pax.exam.version}</version> - <executions> - <execution> - <id>generate-link-files</id> - <goals> - <goal>generate-link-files</goal> - </goals> - <phase>generate-test-resources</phase> - </execution> - </executions> + <groupId>org.ops4j.pax.exam</groupId> + <artifactId>exam-maven-plugin</artifactId> + <version>${pax.exam.version}</version> + <executions> + <execution> + <id>generate-link-files</id> + <goals> + <goal>generate-link-files</goal> + </goals> + <phase>generate-test-resources</phase> + </execution> + </executions> </plugin> </plugins> </build>
