broke test structure in multiple directories
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@125453 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1 +0,0 @@
|
||||
maven.hibernate.quiet=false
|
||||
@@ -20,7 +20,8 @@
|
||||
xmlns:ant="jelly:ant"
|
||||
xmlns:assert="assert"
|
||||
xmlns:maven="jelly:maven"
|
||||
xmlns:x="jelly:xml">
|
||||
xmlns:x="jelly:xml"
|
||||
default="testPlugin">
|
||||
|
||||
<goal name="testPlugin" prereqs="testSchemaExport,testSchemaUpdate,testAggregate">
|
||||
<attainGoal name="clean"/>
|
||||
17
hibernate/src/plugin-test/simpleTest/project.properties
Normal file
17
hibernate/src/plugin-test/simpleTest/project.properties
Normal file
@@ -0,0 +1,17 @@
|
||||
# -------------------------------------------------------------------
|
||||
# Copyright 2004 The Apache Software Foundation.
|
||||
#
|
||||
# Licensed 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.
|
||||
# -------------------------------------------------------------------
|
||||
maven.hibernate.quiet=false
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
|
||||
<project>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>test-maven-hibernate-plugin</id>
|
||||
<name>Test project for Maven Hibernate</name>
|
||||
<id>test-maven-hibernate-plugin-simpleTest</id>
|
||||
<name>Simple Test Cases for Maven Hibernate</name>
|
||||
<groupId>maven</groupId>
|
||||
<currentVersion>1.0-SNAPSHOT</currentVersion>
|
||||
<organization>
|
||||
@@ -50,6 +50,16 @@
|
||||
<role>Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Felipe Leme</name>
|
||||
<id>felipeal</id>
|
||||
<email>maven@felipeal.net</email>
|
||||
<organization>Falcon Informatica</organization>
|
||||
<roles>
|
||||
<role>Java Developer</role>
|
||||
</roles>
|
||||
<timezone>-3</timezone>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<dependencies>
|
||||
@@ -22,7 +22,7 @@ package org.apache.maven.hibernate;
|
||||
*
|
||||
* @author <a href="mailto:epugh@opensourceconnections.com">Eric Pugh</a>
|
||||
*
|
||||
* @version $Id: Component.java,v 1.1 2004/07/02 07:32:53 epugh Exp $
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
public class Component {
|
||||
@@ -22,7 +22,7 @@ package org.apache.maven.hibernate;
|
||||
*
|
||||
* @author <a href="mailto:epugh@opensourceconnections.com">Eric Pugh</a>
|
||||
*
|
||||
* @version $Id: Item.java,v 1.1 2004/07/02 06:16:56 epugh Exp $
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
public class Item {
|
||||
Reference in New Issue
Block a user