Add test project with Howards issues.
The test is commented out, as it currently fails git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114095 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
2
xdoc/src/plugin-test/.cvsignore
Normal file
2
xdoc/src/plugin-test/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
*.log
|
||||
target
|
||||
64
xdoc/src/plugin-test/common/links.xml
Normal file
64
xdoc/src/plugin-test/common/links.xml
Normal file
@@ -0,0 +1,64 @@
|
||||
<!-- $Id: links.xml,v 1.1 2003/09/24 08:35:33 dion Exp $ -->
|
||||
|
||||
<!ENTITY _module '<code><module></code>'>
|
||||
<!ENTITY module '<a href="descriptor.html#module">&_module;</a>'>
|
||||
|
||||
<!ENTITY _service '<code><service></code>'>
|
||||
<!ENTITY service '<a href="descriptor.html#service">&_service;</a>'>
|
||||
|
||||
<!ENTITY _extension-point '<code><extension-point></code>'>
|
||||
<!ENTITY extension-point '<a href="descriptor.html#extension-point">&_extension-point;</a>'>
|
||||
|
||||
<!ENTITY _create-instance '<code><create-instance></code>'>
|
||||
<!ENTITY create-instance '<a href="descriptor.html#create-instance">&_create-instance;</a>'>
|
||||
|
||||
<!ENTITY _invoke-factory '<code><invoke-factory></code>'>
|
||||
<!ENTITY invoke-factory '<a href="descriptor.html#invoke-factory">&_invoke-factory;</a>'>
|
||||
|
||||
<!ENTITY _interceptor '<code><interceptor></code>'>
|
||||
<!ENTITY interceptor '<a href="descriptor.html#interceptor">&_interceptor;</a>'>
|
||||
|
||||
<!ENTITY _description '<code><description></code>'>
|
||||
<!ENTITY description '<a href="descriptor.html#description">&_description;</a>'>
|
||||
|
||||
<!ENTITY _extension '<code><extension></code>'>
|
||||
<!ENTITY extension '<a href="descriptor.html#extension">&_extension;</a>'>
|
||||
|
||||
<!ENTITY _extend-service '<code><extend-service></code>'>
|
||||
<!ENTITY extend-service '<a href="descriptor.html#extend-service">&_extend-service;</a>'>
|
||||
|
||||
<!ENTITY _schema '<code><schema></code>'>
|
||||
<!ENTITY schema '<a href="descriptor.html#schema">&_schema;</a>'>
|
||||
|
||||
<!ENTITY _parameters-schema '<code><parameters-schema></code>'>
|
||||
<!ENTITY parameters-schema '<a href="descriptor.html#schema">&_parameters-schema;</a>'>
|
||||
|
||||
<!ENTITY _element '<code><element></code>'>
|
||||
<!ENTITY element '<a href="descriptor.html#element">&_element;</a>'>
|
||||
|
||||
<!ENTITY _attribute '<code><attribute></code>'>
|
||||
<!ENTITY attribute '<a href="descriptor.html#attribute">&_attribute;</a>'>
|
||||
|
||||
<!ENTITY _rules '<code><rules></code>'>
|
||||
<!ENTITY rules '<a href="descriptor.html#rules">&_rules;</a>'>
|
||||
|
||||
|
||||
<!-- XML entities for the XML processing rules (documented seperately from the rest). -->
|
||||
|
||||
<!ENTITY _create-object '<code><create-object></code>'>
|
||||
<!ENTITY create-object '<a href="rules.html#create-object">&_create-object;</a>'>
|
||||
|
||||
<!ENTITY _invoke-parent '<code><invoke-parent></code>'>
|
||||
<!ENTITY invoke-parent '<a href="rules.html#invoke-parent">&_invoke-parent;</a>'>
|
||||
|
||||
<!ENTITY _read-attribute '<code><read-attribute></code>'>
|
||||
<!ENTITY read-attribute '<a href="rules.html#read-attribute">&_read-attribute;</a>'>
|
||||
|
||||
<!ENTITY _read-content '<code><read-content></code>'>
|
||||
<!ENTITY read-content '<a href="rules.html#read-content">&_read-content;</a>'>
|
||||
|
||||
<!ENTITY _set-parent '<code><set-parent></code>'>
|
||||
<!ENTITY set-parent '<a href="rules.html#set-parent">&_set-parent;</a>'>
|
||||
|
||||
|
||||
|
||||
11
xdoc/src/plugin-test/maven.xml
Normal file
11
xdoc/src/plugin-test/maven.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<project xmlns:util="jelly:util"
|
||||
xmlns:j="jelly:core">
|
||||
|
||||
<goal name="testPlugin" prereqs="clean,test-xdoc">
|
||||
<!-- bad xdoc leaves files open <attainGoal name="clean"/> -->
|
||||
</goal>
|
||||
|
||||
<goal name="test-xdoc">
|
||||
<!--<attainGoal name="xdoc"/>-->
|
||||
</goal>
|
||||
</project>
|
||||
39
xdoc/src/plugin-test/project.xml
Normal file
39
xdoc/src/plugin-test/project.xml
Normal file
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<project>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>test-maven-xdoc-plugin</id>
|
||||
<name>Test project for Maven Xdoc Plugin</name>
|
||||
<groupId>maven</groupId>
|
||||
<currentVersion>1.0-SNAPSHOT</currentVersion>
|
||||
<organization>
|
||||
<name>Apache Software Foundation</name>
|
||||
<url>http://www.apache.org/</url>
|
||||
<logo>http://maven.apache.org/images/jakarta-logo-blue.gif</logo>
|
||||
</organization>
|
||||
<inceptionYear>2001</inceptionYear>
|
||||
<package>org.apache.maven</package>
|
||||
<logo>http://maven.apache.org/images/maven.jpg</logo>
|
||||
<description>Test for Maven Xdoc plugin</description>
|
||||
<shortDescription>Test for Maven Xdoc plugin</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/xdoc/</url>
|
||||
<siteDirectory>/www/maven.apache.org/reference/plugins/xdoc/</siteDirectory>
|
||||
<repository>
|
||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/xdoc/</connection>
|
||||
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/xdoc/</url>
|
||||
</repository>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>dIon Gillard</name>
|
||||
<id>dion</id>
|
||||
<email>dion@multitask.com.au</email>
|
||||
<organization>Multitask Consulting</organization>
|
||||
<roles>
|
||||
<role>Documentation</role>
|
||||
</roles>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<build>
|
||||
</build>
|
||||
</project>
|
||||
14
xdoc/src/plugin-test/xdocs/navigation.xml
Normal file
14
xdoc/src/plugin-test/xdocs/navigation.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<project name="Test Maven xdoc Plugin">
|
||||
|
||||
<title>Test Maven xdoc Plugin</title>
|
||||
|
||||
<body>
|
||||
<links>
|
||||
<item name="Maven" href="http://maven.apache.org/"/>
|
||||
</links>
|
||||
<menu name="Overview">
|
||||
<item name="Test" href="/test.html"/>
|
||||
</menu>
|
||||
</body>
|
||||
</project>
|
||||
19
xdoc/src/plugin-test/xdocs/test.xml
Normal file
19
xdoc/src/plugin-test/xdocs/test.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- $Id: test.xml,v 1.1 2003/09/24 08:35:33 dion Exp $ -->
|
||||
<!DOCTYPE document [
|
||||
<!ENTITY % common-links SYSTEM "../common/links.xml">
|
||||
%common-links;
|
||||
]>
|
||||
<document>
|
||||
|
||||
<properties>
|
||||
<title>Introduction to HiveMind</title>
|
||||
<author email="hlship@apache.org">Howard M. Lewis Ship</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<section name="test1">
|
||||
&_module;
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
||||
Reference in New Issue
Block a user