remove bower plugin
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/f2fb82a7 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/f2fb82a7 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/f2fb82a7 Branch: refs/heads/ldp Commit: f2fb82a7449d460abcb9060dfc366c777fc548f2 Parents: 1344a6f Author: tkurz <[email protected]> Authored: Tue Mar 25 13:09:50 2014 +0100 Committer: tkurz <[email protected]> Committed: Tue Mar 25 13:09:50 2014 +0100 ---------------------------------------------------------------------- platform/marmotta-sparql/pom.xml | 21 --------------------- 1 file changed, 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/f2fb82a7/platform/marmotta-sparql/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/pom.xml b/platform/marmotta-sparql/pom.xml index 35d2a88..a325d2a 100644 --- a/platform/marmotta-sparql/pom.xml +++ b/platform/marmotta-sparql/pom.xml @@ -77,27 +77,6 @@ <plugins> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>exec-maven-plugin</artifactId> - <executions> - <execution> - <phase>generate-sources</phase> - <goals> - <goal>exec</goal> - </goals> - </execution> - </executions> - <configuration> - <executable>bower</executable> - <arguments> - <argument>install</argument> - </arguments> - <workingDirectory>${basedir}/src/main/resources/web/admin - </workingDirectory> - </configuration> - </plugin> - - <plugin> <groupId>org.apache.marmotta</groupId> <artifactId>buildinfo-maven-plugin</artifactId> <configuration>
