git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@600446 13f79535-47bb-0310-9956-ffa450edef68
185 lines
6.4 KiB
XML
185 lines
6.4 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!--
|
|
/*
|
|
* 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/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
|
|
<extend>../plugins-parent/project.xml</extend>
|
|
<artifactId>maven-modello-plugin</artifactId>
|
|
<name>Maven Modello Plugin</name>
|
|
<description>Modello is a Data Model toolkit. This plugin permits to integrate modello services in your build to automatically (or manually) generate the code and the documentation from the DataModel.</description>
|
|
<shortDescription>Wrapper for Modello, a Data Model toolkit.</shortDescription>
|
|
<currentVersion>1.0</currentVersion>
|
|
<inceptionYear>2004</inceptionYear>
|
|
<developers>
|
|
<developer>
|
|
<name>Brett Porter</name>
|
|
<id>brett</id>
|
|
<email>brett@apache.org</email>
|
|
<roles>
|
|
<role>Developer</role>
|
|
</roles>
|
|
<timezone>+10</timezone>
|
|
</developer>
|
|
<developer>
|
|
<name>Arnaud Heritier</name>
|
|
<id>aheritier</id>
|
|
<email>aheritier@apache.org</email>
|
|
<organization>Octo Technology</organization>
|
|
<roles>
|
|
<role>PMC Member</role>
|
|
<role>Java Developer</role>
|
|
</roles>
|
|
<timezone>+1</timezone>
|
|
</developer>
|
|
</developers>
|
|
<dependencies>
|
|
<!-- Modello Core -->
|
|
<dependency>
|
|
<groupId>org.codehaus.modello</groupId>
|
|
<artifactId>modello-core</artifactId>
|
|
<version>1.0-alpha-15</version>
|
|
</dependency>
|
|
<!-- Modello XPP3 plugin -->
|
|
<dependency>
|
|
<groupId>org.codehaus.modello</groupId>
|
|
<artifactId>modello-plugin-xpp3</artifactId>
|
|
<version>1.0-alpha-15</version>
|
|
</dependency>
|
|
<!-- Modello STAX plugin -->
|
|
<dependency>
|
|
<groupId>org.codehaus.modello</groupId>
|
|
<artifactId>modello-plugin-stax</artifactId>
|
|
<version>1.0-alpha-15</version>
|
|
</dependency>
|
|
<!-- Modello DOM4J plugin -->
|
|
<dependency>
|
|
<groupId>org.codehaus.modello</groupId>
|
|
<artifactId>modello-plugin-dom4j</artifactId>
|
|
<version>1.0-alpha-15</version>
|
|
</dependency>
|
|
<!-- Modello XDOC plugin -->
|
|
<dependency>
|
|
<groupId>org.codehaus.modello</groupId>
|
|
<artifactId>modello-plugin-xdoc</artifactId>
|
|
<version>1.0-alpha-15</version>
|
|
</dependency>
|
|
<!-- Modello JPOX plugin -->
|
|
<dependency>
|
|
<groupId>org.codehaus.modello</groupId>
|
|
<artifactId>modello-plugin-jpox</artifactId>
|
|
<version>1.0-alpha-15</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.modello</groupId>
|
|
<artifactId>modello-db-keywords</artifactId>
|
|
<version>1.0-alpha-15</version>
|
|
</dependency>
|
|
<!-- Modello XSD plugin -->
|
|
<dependency>
|
|
<groupId>org.codehaus.modello</groupId>
|
|
<artifactId>modello-plugin-xsd</artifactId>
|
|
<version>1.0-alpha-15</version>
|
|
</dependency>
|
|
<!-- Modello JDOM plugin -->
|
|
<dependency>
|
|
<groupId>org.codehaus.modello</groupId>
|
|
<artifactId>modello-plugin-jdom</artifactId>
|
|
<version>1.0-alpha-15</version>
|
|
</dependency>
|
|
<!-- Modello plugin utilities-->
|
|
<dependency>
|
|
<groupId>org.codehaus.modello</groupId>
|
|
<artifactId>modello-plugin-store</artifactId>
|
|
<version>1.0-alpha-15</version>
|
|
<properties>
|
|
<comment>Required by modello-plugin-stax</comment>
|
|
</properties>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.modello</groupId>
|
|
<artifactId>modello-plugin-xml</artifactId>
|
|
<version>1.0-alpha-15</version>
|
|
<properties>
|
|
<comment>Required by modello-plugin-xpp3, modello-plugin-stax, modello-plugin-dom4j, modello-plugin-xdoc, modello-plugin-xsd, modello-plugin-jdom</comment>
|
|
</properties>
|
|
</dependency>
|
|
<!-- Other dependencies -->
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
<artifactId>plexus-container-default</artifactId>
|
|
<version>1.0-alpha-15</version>
|
|
<properties>
|
|
<comment>Required by modello-core</comment>
|
|
</properties>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
<artifactId>plexus-component-api</artifactId>
|
|
<version>1.0-alpha-15</version>
|
|
<properties>
|
|
<comment>Required by plexus</comment>
|
|
</properties>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
<artifactId>plexus-utils</artifactId>
|
|
<version>1.0.5</version>
|
|
<properties>
|
|
<comment>Required by modello-plugin-xpp3, modello-plugin-jdom</comment>
|
|
</properties>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
<artifactId>plexus-velocity</artifactId>
|
|
<version>1.1.2</version>
|
|
<properties>
|
|
<comment>Required by modello-plugin-store</comment>
|
|
</properties>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
<artifactId>plexus-classworlds</artifactId>
|
|
<version>1.2-alpha-5</version>
|
|
<properties>
|
|
<comment>Required by plexus</comment>
|
|
</properties>
|
|
</dependency>
|
|
<!-- BE CAREFUL -->
|
|
<!-- You'll not find here the dependencies needed to use classes generated by modello -->
|
|
<!-- BE CAREFUL -->
|
|
</dependencies>
|
|
<versions>
|
|
<version>
|
|
<id>1.0-alpha-1</id>
|
|
<name>1.0-alpha-1</name>
|
|
<tag>maven-modello-plugin-1.0-alpha-1</tag>
|
|
</version>
|
|
<version>
|
|
<id>1.0-alpha-2</id>
|
|
<name>1.0-alpha-2</name>
|
|
<tag>maven-modello-plugin-1.0-alpha-2</tag>
|
|
</version>
|
|
<version>
|
|
<id>1.0</id>
|
|
<name>1.0</name>
|
|
<tag>maven-modello-plugin-1.0</tag>
|
|
</version>
|
|
</versions>
|
|
</project>
|