Add NOTICE file to distribution
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115636 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
2
dist/plugin.jelly
vendored
2
dist/plugin.jelly
vendored
@@ -75,6 +75,7 @@
|
||||
<ant:fileset dir=".">
|
||||
<ant:include name="README.txt"/>
|
||||
<ant:include name="LICENSE*"/>
|
||||
<ant:include name="NOTICE*"/>
|
||||
</ant:fileset>
|
||||
</ant:copy>
|
||||
|
||||
@@ -113,6 +114,7 @@
|
||||
<ant:fileset dir=".">
|
||||
<ant:include name="README.txt"/>
|
||||
<ant:include name="LICENSE*"/>
|
||||
<ant:include name="NOTICE*"/>
|
||||
<ant:include name="project.properties"/>
|
||||
<ant:include name="maven.xml"/>
|
||||
<ant:include name="project.xml"/>
|
||||
|
||||
2
dist/project.xml
vendored
2
dist/project.xml
vendored
@@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-dist-plugin</id>
|
||||
<name>Maven Distribution Plugin</name>
|
||||
<currentVersion>1.6</currentVersion>
|
||||
<currentVersion>1.7-SNAPSHOT</currentVersion>
|
||||
<shortDescription>Create source and binary distributions</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/dist/</url>
|
||||
<issueTrackingUrl>http://jira.codehaus.org/browse/MPDIST</issueTrackingUrl>
|
||||
|
||||
3
dist/xdocs/changes.xml
vendored
3
dist/xdocs/changes.xml
vendored
@@ -24,6 +24,9 @@
|
||||
<author email="vmassol@octo.com">Vincent Massol</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.7-SNAPSHOT" date="in CVS">
|
||||
<action dev="carlos" type="update">Add NOTICE file to distribution</action>
|
||||
</release>
|
||||
<release version="1.6" date="2004-06-25">
|
||||
<action dev="brett" type="update">Use artifact plugin for deployments</action>
|
||||
</release>
|
||||
|
||||
Reference in New Issue
Block a user