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:
carlos
2004-07-03 18:02:09 +00:00
parent e29f13e028
commit e051c15d43
3 changed files with 6 additions and 1 deletions

2
dist/plugin.jelly vendored
View File

@@ -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
View File

@@ -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>

View File

@@ -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>