Updated Branches: refs/heads/master 027797b71 -> cc3c71a17
Remove region persist jaxb profile as it's not needed and doesn't work Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/cc3c71a1 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/cc3c71a1 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/cc3c71a1 Branch: refs/heads/master Commit: cc3c71a1795c6b1fcb696ef657dfc8740e0736b6 Parents: 027797b Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Jan 23 11:04:35 2014 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Jan 23 11:04:35 2014 +0100 ---------------------------------------------------------------------- region/persist/pom.xml | 28 ---------------------------- 1 file changed, 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/cc3c71a1/region/persist/pom.xml ---------------------------------------------------------------------- diff --git a/region/persist/pom.xml b/region/persist/pom.xml index d81a63a..073f79d 100644 --- a/region/persist/pom.xml +++ b/region/persist/pom.xml @@ -115,32 +115,4 @@ </plugins> </build> - <profiles> - <profile> - <id>jaxb</id> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jaxb2-maven-plugin</artifactId> - <version>1.3.1</version> - <executions> - <execution> - <goals> - <goal>xjc</goal> - </goals> - </execution> - </executions> - <configuration> - <schemaDirectory>src/main/resources/org/apache/karaf/region/persist</schemaDirectory> - <packageName>org.apache.karaf.region.persist.internal.model</packageName> - <extension>true</extension> - </configuration> - </plugin> - - </plugins> - </build> - </profile> - </profiles> - </project>
