summaryrefslogtreecommitdiffstats
path: root/maven-plugins/trunk/maven-bundle-plugin (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-27Disable util that doesn't work with Equinox 3.5.0 and isn't apparently used. slaws1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028048 13f79535-47bb-0310-9956-ffa450edef68
2010-09-30Ignore provided, test and system scopes when creating meta-data. Also sort ↵slaws1-6/+14
the meta data just for readability. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003153 13f79535-47bb-0310-9956-ffa450edef68
2010-09-30Move up to Apache parent pom v7. Needed this to do SNAPSHOT deploy to Nexus. ↵slaws1-72/+2
To keep the pom clean I've upgraded the OSGI version being used as 4.2 isn't available in central. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003024 13f79535-47bb-0310-9956-ffa450edef68
2010-09-29Updates to get the ant build paths working and to generate a what-jars fileslaws1-8/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002663 13f79535-47bb-0310-9956-ffa450edef68
2010-09-28TUSCANY-3674 - Add in a new mojo for generating meta data about groups of ↵slaws3-0/+1547
bundles, i.e. Tuscany extensions. This is basically a copy of ModuleBundlesBuildMojo.java but massaged to generate ant filesets, manifest etc. for a specified set of dependencies rather than for artefacts with the string "feature" in the name. It also doesn't do the copying of jars into /modules. There is therefore a lot of complexity in here that's not required. Needs rationalising if we decide we like the output. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002132 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Fix the line feed for osgi.bundlesrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929729 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05[maven-release-plugin] prepare for next development iterationantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919568 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05[maven-release-plugin] prepare release maven-bundle-plugin-1.0.6antelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919565 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05Update RELEASE NOTES for 1.0.6 releaseantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919564 13f79535-47bb-0310-9956-ffa450edef68
2010-02-04TUSCANY-3457 - add temp code to copy the manifest file byte for byte to get ↵slaws1-6/+54
round the problem of the copy via the Manifest object dropping some attributes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906492 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29Allow the plugin to generate config for the whole distrorfeng2-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904564 13f79535-47bb-0310-9956-ffa450edef68
2010-01-09Add the ability to generate feature-based aggregated bundlesrfeng2-20/+60
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897505 13f79535-47bb-0310-9956-ffa450edef68
2010-01-05Add new goal so that we can generate a single OSGi bundle from the modulesrfeng3-0/+650
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896154 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03[maven-release-plugin] prepare for next development iterationantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832335 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03[maven-release-plugin] prepare release maven-bundle-plugin-1.0.5antelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832333 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03Update release notes for 1.0.5 releaseantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832332 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Filter out system packages in export from non-bundle jars such as xerces, ↵rfeng2-5/+17
xalan or saxon to avoid package conflicts git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831078 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09[maven-release-plugin] prepare for next development iterationantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823434 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09[maven-release-plugin] prepare release maven-bundle-plugin-1.0.4antelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823432 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09Update release notes to include latest fixantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823430 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08Add compile dependencies to the .classpath file if it doesn't supply any ↵rfeng2-68/+100
packages to the OSGi import. This maks this plugin more closer to the mvn eclipse:eclipse behavior. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823280 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08[maven-release-plugin] prepare for next development iterationantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823083 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08[maven-release-plugin] prepare release maven-bundle-plugin-1.0.4antelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823081 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08Update release notes for next releaseantelder1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823080 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06Exclude the project itself from the resolution so that it can be built offlinerfeng1-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822525 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18Add support to include different versions of 3rd party jars into the ↵rfeng1-10/+130
distribution if it is omitted by a lower version in maven git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805587 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Check the partial attr to decide if the bundle needs to be requiredrfeng2-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799657 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Don't generate Import-Package header for the 3rd party jars so that either ↵rfeng1-4/+6
local package is used if there are split packages git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799521 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31Add the option to generate a gateway bundle that aggregates split packages ↵rfeng2-6/+109
and export them git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799509 13f79535-47bb-0310-9956-ffa450edef68
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2-256/+256
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796168 13f79535-47bb-0310-9956-ffa450edef68
2009-07-17Add import statement for the generated MFrfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794924 13f79535-47bb-0310-9956-ffa450edef68
2009-07-16Upgrade to Equinox 3.5rfeng2-4/+156
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@794551 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23[maven-release-plugin] prepare for next development iterationrfeng1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787556 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23[maven-release-plugin] prepare release maven-bundle-plugin-1.0.3rfeng1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787554 13f79535-47bb-0310-9956-ffa450edef68
2009-06-18Add the support to override 3rd party bundles as plain jarsrfeng1-0/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786257 13f79535-47bb-0310-9956-ffa450edef68
2009-05-27Add capability to override MANIFEST.MF rfeng3-44/+147
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778954 13f79535-47bb-0310-9956-ffa450edef68
2009-04-20Add an option to allow 3rd party bundles to be expanded as a folderrfeng2-27/+78
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766752 13f79535-47bb-0310-9956-ffa450edef68
2009-04-10Add a check to test if a file existsrfeng1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763985 13f79535-47bb-0310-9956-ffa450edef68
2009-04-03[maven-release-plugin] prepare for next development iterationantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761551 13f79535-47bb-0310-9956-ffa450edef68
2009-04-03[maven-release-plugin] prepare release maven-bundle-plugin-1.0.2antelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761548 13f79535-47bb-0310-9956-ffa450edef68
2009-04-03Back to 1.0.2-snapshot for releaseantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761546 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02Set the default value for eclipseBuddyPolicy to nullrfeng1-6/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761467 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02Update to 3.4.x Eclipse jarsrfeng1-1/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761376 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02Update to the latest maven-eclipse-plugin 2.6rfeng8-518/+941
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761364 13f79535-47bb-0310-9956-ffa450edef68
2009-03-31Add the generation of PDE 3.5 target definitionrfeng1-0/+52
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760669 13f79535-47bb-0310-9956-ffa450edef68
2009-03-31[maven-release-plugin] prepare for next development iterationantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760359 13f79535-47bb-0310-9956-ffa450edef68
2009-03-31[maven-release-plugin] prepare release maven-bundle-plugin-1.0.2antelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@760357 13f79535-47bb-0310-9956-ffa450edef68
2009-03-28Format the osgi.bundles property and exclude the system bundlerfeng1-52/+74
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759509 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26Minor fix to tolerate - in the maven version idrfeng1-209/+196
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758783 13f79535-47bb-0310-9956-ffa450edef68
2009-03-05[maven-release-plugin] prepare for next development iterationantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750388 13f79535-47bb-0310-9956-ffa450edef68