mirror of https://github.com/apache/maven.git
o clean up distribution management
o going to just use my manifest with filtering, the assembly plugin doesn't work and neither does the the felix plugin. they just crap out or don't work. this works and does the job just fine git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@493929 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a966656f38
commit
241652c45f
|
@ -45,20 +45,6 @@
|
|||
<descriptor>src/main/assembly/dep.xml</descriptor>
|
||||
<archive>
|
||||
<manifestFile>target/classes/META-INF/MANIFEST.MF</manifestFile>
|
||||
<!--
|
||||
|
||||
This doesn't work and should
|
||||
|
||||
<manifestEntries>
|
||||
<Manifest-Version>1.0</Manifest-Version>
|
||||
<Bundle-ManifestVersion>2</Bundle-ManifestVersion>
|
||||
<Bundle-Name>Maven 2.x Embedder Plug-in</Bundle-Name>
|
||||
<Bundle-Vendor>org.apache.maven</Bundle-Vendor>
|
||||
<Bundle-SymbolicName>org.maven.ide.embedder</Bundle-SymbolicName>
|
||||
<Bundle-Version>${project.version}</Bundle-Version>
|
||||
<Bundle-ClassPath>.</Bundle-ClassPath>
|
||||
</manifestEntries>
|
||||
-->
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
@ -84,16 +70,4 @@
|
|||
<artifactId>jdom</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>apache.releases</id>
|
||||
<name>Apache Release Distribution Repository</name>
|
||||
<url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>apache.snapshots</id>
|
||||
<name>Apache Development Snapshot Repository</name>
|
||||
<url>file:///tmp/embedder</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue