Author: [email protected] Date: Thu May 5 18:14:13 2011 New Revision: 1103
Log: AMDATU-380 Generic support for NOTICE and LICENSE inclusion into META-INF Modified: trunk/amdatu-parent/pom.xml Modified: trunk/amdatu-parent/pom.xml ============================================================================== --- trunk/amdatu-parent/pom.xml (original) +++ trunk/amdatu-parent/pom.xml Thu May 5 18:14:13 2011 @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2010, 2011 The Amdatu Foundation @@ -13,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License.verning permissions and limitations under the License. ---> -<?xml version="1.0" encoding="UTF-8"?> +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -334,6 +334,19 @@ <artifactId>maven-bundle-plugin</artifactId> </plugin> </plugins> + <resources> + <resource> + <directory>src/main/resources</directory> + </resource> + <resource> + <directory>.</directory> + <targetPath>META-INF</targetPath> + <includes> + <include>LICENSE*</include> + <include>NOTICE*</include> + </includes> + </resource> + </resources> </build> <reporting> _______________________________________________ Amdatu-commits mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-commits
