Skip to content

Commit

Permalink
[maven-scm] copy for tag maven-archetype-1.0-alpha-7
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed Aug 29, 2007
1 parent 1f1526f commit eed09c5
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 118 deletions.
29 changes: 3 additions & 26 deletions maven-archetype-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,31 +1,8 @@
<?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.
-->

<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">
<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">
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha-7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.archetype</groupId>
Expand Down Expand Up @@ -69,4 +46,4 @@ under the License.
<version>1.0</version>
</dependency>
</dependencies>
</project>
</project>
29 changes: 3 additions & 26 deletions maven-archetype-creator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,31 +1,8 @@
<?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.
-->

<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">
<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">
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha-7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-archetype-creator</artifactId>
Expand Down Expand Up @@ -63,4 +40,4 @@ under the License.
<version>2.0.8</version>
</dependency>
</dependencies>
</project>
</project>
29 changes: 3 additions & 26 deletions maven-archetype-model/pom.xml
Original file line number Diff line number Diff line change
@@ -1,31 +1,8 @@
<?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.
-->

<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">
<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">
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha-7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-archetype-model</artifactId>
Expand Down Expand Up @@ -60,4 +37,4 @@ under the License.
</plugin>
</plugins>
</build>
</project>
</project>
35 changes: 6 additions & 29 deletions maven-archetype-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,31 +1,8 @@
<?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.
-->

<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">
<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">
<parent>
<artifactId>maven-archetype</artifactId>
<groupId>org.apache.maven.archetype</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha-7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -65,9 +42,9 @@ under the License.
</mailingList>
</mailingLists>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/trunk/maven-archetype/maven-archetype-plugin/</connection>
<developerConnection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/trunk/maven-archetype/maven-archetype-plugin/</developerConnection>
<url>http://svn.apache.org/repos/asf/maven/archetype/trunk/maven-archetype/maven-archetype-plugin/</url>
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/tags/maven-archetype-1.0-alpha-7</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/tags/maven-archetype-1.0-alpha-7</developerConnection>
<url>https://svn.apache.org/repos/asf/maven/archetype/tags/maven-archetype-1.0-alpha-7</url>
</scm>
<prerequisites>
<maven>2.0</maven>
Expand Down Expand Up @@ -145,4 +122,4 @@ under the License.
<url>scp://people.apache.org/www/maven.apache.org/plugins/maven-archetype-plugin</url>
</site>
</distributionManagement>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ public class MavenArchetypeMojo
private MavenProject project;

/**
* @parameter default-value="${user.dir}"
* @parameter expression="${basedir}" default-value="${user.dir}"
*/
private String basedir = System.getProperty( "user.dir" );
private String basedir;

public void execute()
throws MojoExecutionException
Expand Down
22 changes: 13 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,36 +19,34 @@ specific language governing permissions and limitations
under the License.
-->

<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">
<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>
<parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype-parent</artifactId>
<version>1</version>
<version>2</version>
</parent>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha-7</version>
<name>Maven Archetype</name>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype-model</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha-7</version>
</dependency>
<dependency>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha-7</version>
</dependency>
<dependency>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>maven-archetype-creator</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha-7</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -84,4 +82,10 @@ under the License.
<module>maven-archetype-plugin</module>
<module>maven-archetype-model</module>
</modules>
</project>

<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/tags/maven-archetype-1.0-alpha-7</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/tags/maven-archetype-1.0-alpha-7</developerConnection>
<url>https://svn.apache.org/repos/asf/maven/archetype/tags/maven-archetype-1.0-alpha-7</url>
</scm>
</project>

0 comments on commit eed09c5

Please sign in to comment.