Author: olamy Date: Sun Oct 30 18:58:45 2011 New Revision: 1195221 URL: http://svn.apache.org/viewvc?rev=1195221&view=rev Log: use last SNAPSHOT fix some missing license headers
Modified: maven/archetypes/trunk/maven-archetype-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml maven/archetypes/trunk/maven-archetype-archetype/src/main/resources/META-INF/maven/archetype.xml maven/archetypes/trunk/maven-archetype-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/maven/archetype.xml maven/archetypes/trunk/maven-archetype-j2ee-simple/src/main/resources/META-INF/maven/archetype-metadata.xml maven/archetypes/trunk/maven-archetype-plugin-site/src/main/resources/META-INF/maven/archetype-metadata.xml maven/archetypes/trunk/maven-archetype-plugin-site/src/site/apt/index.apt.vm maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/META-INF/maven/archetype-metadata.xml maven/archetypes/trunk/maven-archetype-plugin/src/site/apt/index.apt.vm maven/archetypes/trunk/maven-archetype-portlet/src/main/resources/META-INF/maven/archetype-metadata.xml maven/archetypes/trunk/maven-archetype-profiles/src/main/resources/META-INF/maven/archetype-metadata.xml maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/META-INF/maven/archetype-metadata.xml maven/archetypes/trunk/maven-archetype-quickstart/src/site/apt/index.apt.vm maven/archetypes/trunk/maven-archetype-simple/src/main/archetype/archetype.properties maven/archetypes/trunk/maven-archetype-simple/src/main/java/archetype/App.java maven/archetypes/trunk/maven-archetype-simple/src/main/resources/app.properties maven/archetypes/trunk/maven-archetype-site-simple/src/main/resources/META-INF/maven/archetype-metadata.xml maven/archetypes/trunk/maven-archetype-site-simple/src/site/apt/index.apt.vm maven/archetypes/trunk/maven-archetype-site/src/main/resources/META-INF/maven/archetype-metadata.xml maven/archetypes/trunk/maven-archetype-site/src/site/apt/index.apt.vm maven/archetypes/trunk/maven-archetype-webapp/src/main/resources/META-INF/maven/archetype-metadata.xml maven/archetypes/trunk/maven-archetype-webapp/src/site/apt/index.apt maven/archetypes/trunk/pom.xml maven/archetypes/trunk/src/site/apt/index.apt Modified: maven/archetypes/trunk/maven-archetype-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml (original) +++ maven/archetypes/trunk/maven-archetype-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml Sun Oct 30 18:58:45 2011 @@ -1,3 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <archetype-descriptor xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd" name="archetype" partial="false"> Modified: maven/archetypes/trunk/maven-archetype-archetype/src/main/resources/META-INF/maven/archetype.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-archetype/src/main/resources/META-INF/maven/archetype.xml?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-archetype/src/main/resources/META-INF/maven/archetype.xml (original) +++ maven/archetypes/trunk/maven-archetype-archetype/src/main/resources/META-INF/maven/archetype.xml Sun Oct 30 18:58:45 2011 @@ -1,3 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <archetype xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0 http://maven.apache.org/xsd/archetype-1.0.0.xsd"> <id>archetype</id> Modified: maven/archetypes/trunk/maven-archetype-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/maven/archetype.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/maven/archetype.xml?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/maven/archetype.xml (original) +++ maven/archetypes/trunk/maven-archetype-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/maven/archetype.xml Sun Oct 30 18:58:45 2011 @@ -1,3 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <archetype xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0 http://maven.apache.org/xsd/archetype-1.0.0.xsd"> <id>${artifactId}</id> Modified: maven/archetypes/trunk/maven-archetype-j2ee-simple/src/main/resources/META-INF/maven/archetype-metadata.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-j2ee-simple/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-j2ee-simple/src/main/resources/META-INF/maven/archetype-metadata.xml (original) +++ maven/archetypes/trunk/maven-archetype-j2ee-simple/src/main/resources/META-INF/maven/archetype-metadata.xml Sun Oct 30 18:58:45 2011 @@ -1,3 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <archetype xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0 http://maven.apache.org/xsd/archetype-1.0.0.xsd"> <id>j2ee</id> Modified: maven/archetypes/trunk/maven-archetype-plugin-site/src/main/resources/META-INF/maven/archetype-metadata.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-plugin-site/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-plugin-site/src/main/resources/META-INF/maven/archetype-metadata.xml (original) +++ maven/archetypes/trunk/maven-archetype-plugin-site/src/main/resources/META-INF/maven/archetype-metadata.xml Sun Oct 30 18:58:45 2011 @@ -1,3 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <archetype-descriptor xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd" name="plugin-site" partial="true"> Modified: maven/archetypes/trunk/maven-archetype-plugin-site/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-plugin-site/src/site/apt/index.apt.vm?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-plugin-site/src/site/apt/index.apt.vm (original) +++ maven/archetypes/trunk/maven-archetype-plugin-site/src/site/apt/index.apt.vm Sun Oct 30 18:58:45 2011 @@ -6,6 +6,26 @@ 2010-04-26 ------ +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor license agreements. See the NOTICE file +~~ distributed with this work for additional information +~~ regarding copyright ownership. The ASF licenses this file +~~ to you under the Apache License, Version 2.0 (the +~~ "License"); you may not use this file except in compliance +~~ with the License. You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, +~~ software distributed under the License is distributed on an +~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +~~ KIND, either express or implied. See the License for the +~~ specific language governing permissions and limitations +~~ under the License. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html + Maven Plugin Site Archetype <<<maven-archetype-plugin-site>>> is an archetype which contains a sample Maven plugin's site: Modified: maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/META-INF/maven/archetype-metadata.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/META-INF/maven/archetype-metadata.xml (original) +++ maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/META-INF/maven/archetype-metadata.xml Sun Oct 30 18:58:45 2011 @@ -1,3 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <archetype-descriptor xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd" name="plugin"> Modified: maven/archetypes/trunk/maven-archetype-plugin/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-plugin/src/site/apt/index.apt.vm?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-plugin/src/site/apt/index.apt.vm (original) +++ maven/archetypes/trunk/maven-archetype-plugin/src/site/apt/index.apt.vm Sun Oct 30 18:58:45 2011 @@ -6,6 +6,26 @@ 2010-04-26 ------ +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor license agreements. See the NOTICE file +~~ distributed with this work for additional information +~~ regarding copyright ownership. The ASF licenses this file +~~ to you under the Apache License, Version 2.0 (the +~~ "License"); you may not use this file except in compliance +~~ with the License. You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, +~~ software distributed under the License is distributed on an +~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +~~ KIND, either express or implied. See the License for the +~~ specific language governing permissions and limitations +~~ under the License. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html + Maven Plugin Archetype <<<maven-archetype-plugin>>> is an archetype which contains a sample Maven plugin: Modified: maven/archetypes/trunk/maven-archetype-portlet/src/main/resources/META-INF/maven/archetype-metadata.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-portlet/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-portlet/src/main/resources/META-INF/maven/archetype-metadata.xml (original) +++ maven/archetypes/trunk/maven-archetype-portlet/src/main/resources/META-INF/maven/archetype-metadata.xml Sun Oct 30 18:58:45 2011 @@ -1,3 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <archetype-descriptor xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd" name="portlet" partial="false"> Modified: maven/archetypes/trunk/maven-archetype-profiles/src/main/resources/META-INF/maven/archetype-metadata.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-profiles/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-profiles/src/main/resources/META-INF/maven/archetype-metadata.xml (original) +++ maven/archetypes/trunk/maven-archetype-profiles/src/main/resources/META-INF/maven/archetype-metadata.xml Sun Oct 30 18:58:45 2011 @@ -1,3 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <archetype-descriptor xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd" name="profiles" partial="false"> Modified: maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/META-INF/maven/archetype-metadata.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/META-INF/maven/archetype-metadata.xml (original) +++ maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/META-INF/maven/archetype-metadata.xml Sun Oct 30 18:58:45 2011 @@ -1,3 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <archetype-descriptor xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd" name="quickstart" partial="false"> Modified: maven/archetypes/trunk/maven-archetype-quickstart/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-quickstart/src/site/apt/index.apt.vm?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-quickstart/src/site/apt/index.apt.vm (original) +++ maven/archetypes/trunk/maven-archetype-quickstart/src/site/apt/index.apt.vm Sun Oct 30 18:58:45 2011 @@ -6,6 +6,26 @@ 2010-04-25 ------ +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor license agreements. See the NOTICE file +~~ distributed with this work for additional information +~~ regarding copyright ownership. The ASF licenses this file +~~ to you under the Apache License, Version 2.0 (the +~~ "License"); you may not use this file except in compliance +~~ with the License. You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, +~~ software distributed under the License is distributed on an +~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +~~ KIND, either express or implied. See the License for the +~~ specific language governing permissions and limitations +~~ under the License. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html + Maven Quickstart Archetype <<<maven-archetype-quickstart>>> is an archetype which contains a sample Maven project: Modified: maven/archetypes/trunk/maven-archetype-simple/src/main/archetype/archetype.properties URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-simple/src/main/archetype/archetype.properties?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-simple/src/main/archetype/archetype.properties (original) +++ maven/archetypes/trunk/maven-archetype-simple/src/main/archetype/archetype.properties Sun Oct 30 18:58:45 2011 @@ -1 +1,19 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# package=archetype Modified: maven/archetypes/trunk/maven-archetype-simple/src/main/java/archetype/App.java URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-simple/src/main/java/archetype/App.java?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-simple/src/main/java/archetype/App.java (original) +++ maven/archetypes/trunk/maven-archetype-simple/src/main/java/archetype/App.java Sun Oct 30 18:58:45 2011 @@ -1,4 +1,22 @@ package archetype; +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ /** * Hello world! Modified: maven/archetypes/trunk/maven-archetype-simple/src/main/resources/app.properties URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-simple/src/main/resources/app.properties?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-simple/src/main/resources/app.properties (original) +++ maven/archetypes/trunk/maven-archetype-simple/src/main/resources/app.properties Sun Oct 30 18:58:45 2011 @@ -1 +1,19 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# app=Coolio Modified: maven/archetypes/trunk/maven-archetype-site-simple/src/main/resources/META-INF/maven/archetype-metadata.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-site-simple/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-site-simple/src/main/resources/META-INF/maven/archetype-metadata.xml (original) +++ maven/archetypes/trunk/maven-archetype-site-simple/src/main/resources/META-INF/maven/archetype-metadata.xml Sun Oct 30 18:58:45 2011 @@ -1,3 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <archetype-descriptor xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd" name="site-simple" partial="true"> Modified: maven/archetypes/trunk/maven-archetype-site-simple/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-site-simple/src/site/apt/index.apt.vm?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-site-simple/src/site/apt/index.apt.vm (original) +++ maven/archetypes/trunk/maven-archetype-site-simple/src/site/apt/index.apt.vm Sun Oct 30 18:58:45 2011 @@ -6,6 +6,26 @@ 2010-04-27 ------ +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor license agreements. See the NOTICE file +~~ distributed with this work for additional information +~~ regarding copyright ownership. The ASF licenses this file +~~ to you under the Apache License, Version 2.0 (the +~~ "License"); you may not use this file except in compliance +~~ with the License. You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, +~~ software distributed under the License is distributed on an +~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +~~ KIND, either express or implied. See the License for the +~~ specific language governing permissions and limitations +~~ under the License. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html + Maven Simple Site Archetype <<<maven-archetype-site-simple>>> is an archetype which contains a sample Maven simple site: Modified: maven/archetypes/trunk/maven-archetype-site/src/main/resources/META-INF/maven/archetype-metadata.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-site/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-site/src/main/resources/META-INF/maven/archetype-metadata.xml (original) +++ maven/archetypes/trunk/maven-archetype-site/src/main/resources/META-INF/maven/archetype-metadata.xml Sun Oct 30 18:58:45 2011 @@ -1,3 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <archetype-descriptor xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd" name="site" partial="true"> Modified: maven/archetypes/trunk/maven-archetype-site/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-site/src/site/apt/index.apt.vm?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-site/src/site/apt/index.apt.vm (original) +++ maven/archetypes/trunk/maven-archetype-site/src/site/apt/index.apt.vm Sun Oct 30 18:58:45 2011 @@ -6,6 +6,26 @@ 2010-04-26 ------ +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor license agreements. See the NOTICE file +~~ distributed with this work for additional information +~~ regarding copyright ownership. The ASF licenses this file +~~ to you under the Apache License, Version 2.0 (the +~~ "License"); you may not use this file except in compliance +~~ with the License. You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, +~~ software distributed under the License is distributed on an +~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +~~ KIND, either express or implied. See the License for the +~~ specific language governing permissions and limitations +~~ under the License. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html + Maven Site Archetype <<<maven-archetype-site>>> is an archetype which contains a sample Maven site which demonstrates Modified: maven/archetypes/trunk/maven-archetype-webapp/src/main/resources/META-INF/maven/archetype-metadata.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-webapp/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-webapp/src/main/resources/META-INF/maven/archetype-metadata.xml (original) +++ maven/archetypes/trunk/maven-archetype-webapp/src/main/resources/META-INF/maven/archetype-metadata.xml Sun Oct 30 18:58:45 2011 @@ -1,3 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <archetype-descriptor xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd" name="webapp" partial="false"> Modified: maven/archetypes/trunk/maven-archetype-webapp/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-webapp/src/site/apt/index.apt?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-webapp/src/site/apt/index.apt (original) +++ maven/archetypes/trunk/maven-archetype-webapp/src/site/apt/index.apt Sun Oct 30 18:58:45 2011 @@ -6,6 +6,26 @@ 2010-04-27 ------ +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor license agreements. See the NOTICE file +~~ distributed with this work for additional information +~~ regarding copyright ownership. The ASF licenses this file +~~ to you under the Apache License, Version 2.0 (the +~~ "License"); you may not use this file except in compliance +~~ with the License. You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, +~~ software distributed under the License is distributed on an +~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +~~ KIND, either express or implied. See the License for the +~~ specific language governing permissions and limitations +~~ under the License. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html + Maven Webapp Archetype <<<maven-archetype-webapp>>> is an archetype which contains a sample Maven webapp project: Modified: maven/archetypes/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/pom.xml?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/pom.xml (original) +++ maven/archetypes/trunk/pom.xml Sun Oct 30 18:58:45 2011 @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.archetype</groupId> <artifactId>maven-archetype</artifactId> - <version>2.1</version> + <version>2.2-SNAPSHOT</version> </parent> <groupId>org.apache.maven.archetypes</groupId> @@ -77,6 +77,39 @@ under the License. </plugin> </plugins> </pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes> + <exclude>.gitignore</exclude> + <exclude>DEPENDENCIES</exclude> + <exclude>README.txt</exclude> + <exclude>*.sh</exclude> + <exclude>.git/**</exclude> + <exclude>.idea/**</exclude> + <exclude>**/generated-sources/**</exclude> + <exclude>**/.gitattributes</exclude> + <!-- disable test directories --> + <exclude>src/test/**</exclude> + <exclude>src/it/**</exclude> + <exclude>.repository/**</exclude><!-- for CI --> + <exclude>**/archetype-resources/**</exclude> + <exclude>**/archetype-resources/**</exclude> + </excludes> + </configuration> + <executions> + <execution> + <id>rat-check</id> + <goals> + <goal>check</goal> + </goals> + <phase>verify</phase> + </execution> + </executions> + </plugin> + </plugins> </build> <repositories> Modified: maven/archetypes/trunk/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/src/site/apt/index.apt?rev=1195221&r1=1195220&r2=1195221&view=diff ============================================================================== --- maven/archetypes/trunk/src/site/apt/index.apt (original) +++ maven/archetypes/trunk/src/site/apt/index.apt Sun Oct 30 18:58:45 2011 @@ -6,6 +6,26 @@ 2009-08-26 ------ +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor license agreements. See the NOTICE file +~~ distributed with this work for additional information +~~ regarding copyright ownership. The ASF licenses this file +~~ to you under the Apache License, Version 2.0 (the +~~ "License"); you may not use this file except in compliance +~~ with the License. You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, +~~ software distributed under the License is distributed on an +~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +~~ KIND, either express or implied. See the License for the +~~ specific language governing permissions and limitations +~~ under the License. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html + Maven Archetypes Maven provides several achetype artifacts: