Remove executions from osxappbundle - run manually instead
Project: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/commit/d4214724 Tree: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/tree/d4214724 Diff: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/diff/d4214724 Branch: refs/heads/master Commit: d4214724ade191b9cf3489a2e40fc89fe0e2abdb Parents: 0f4f831 Author: Scott Deboy <[email protected]> Authored: Mon Oct 3 16:57:30 2011 +0000 Committer: Scott Deboy <[email protected]> Committed: Mon Oct 3 16:57:30 2011 +0000 ---------------------------------------------------------------------- pom.xml | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-chainsaw/blob/d4214724/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 41b4e46..c47c34d 100644 --- a/pom.xml +++ b/pom.xml @@ -323,14 +323,6 @@ <iconFile>${basedir}/src/main/resources/logo.icns</iconFile> <bundleName>Chainsaw</bundleName> </configuration> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>bundle</goal> - </goals> - </execution> - </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId>
