You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlbeans-cvs@xml.apache.org by du...@apache.org on 2004/07/29 08:27:19 UTC

cvs commit: xml-xmlbeans/v1/xdocs properties.xml navigation.xml index.xml goals.xml

dutta       2004/07/28 23:27:19

  Added:       v1/xdocs properties.xml navigation.xml index.xml goals.xml
  Log:
  Maven files in default recommneded locations.
  With help from Joseph Hindsley
  
  Revision  Changes    Path
  1.1                  xml-xmlbeans/v1/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <document>
  	<properties>
  		<title>Maven XMLBeans Plugin Properties</title>
  	</properties>
  	<body>
  		<section name="Maven XMLBeans Plugin Settings">
  			<table>
  				<tr>
  					<th>Property</th>
  					<th>Optional?</th>
  					<th>Description</th>
  				</tr>
  				<tr>
  					<td>maven.xmlbeans.xmlbean.schema</td>
  					<td>Yes</td>
  					<td>
  						<p>Default value is
                <code>src/xmlbeans</code>.</p>
  					</td>
  				</tr>
  				<tr>
  					<td>maven.xmlbeans.xmlbean.srconly</td>
  					<td>Yes</td>
  					<td>
  						<p>Default value is
                <code>false</code>.</p>
  					</td>
  				</tr>
  				<tr>
  					<td>maven.xmlbeans.xmlbean.debug</td>
  					<td>Yes</td>
  					<td>
  						<p>Default value is
                <code>false</code>.</p>
  					</td>
  				</tr>
  				<tr>
  					<td>maven.xmlbeans.xmlbean.includes</td>
  					<td>Yes</td>
  					<td>
  						<p>Default value is
                <code>**/*.xsd</code>.</p>
  					</td>
  				</tr>
  				<tr>
  					<td>maven.xmlbeans.xmlbean.classgendir</td>
  					<td>Yes</td>
  					<td>
  						<p>Default value is
                <code>${maven.build.dir}/classes</code>.</p>
  					</td>
  				</tr>
  				<tr>
  					<td>maven.xmlbeans.xmlbean.excludes</td>
  					<td>Yes</td>
  					<td>
  						<p>Default value is
                <code>
                </code>.</p>
  					</td>
  				</tr>
  				<tr>
  					<td>maven.xmlbeans.xmlbean.srcgendir</td>
  					<td>Yes</td>
  					<td>
  						<p>Default value is
                <code>${maven.build.dir}/xmlbeans/src</code>.</p>
  					</td>
  				</tr>
  				<tr>
  					<td>maven.xmlbeans.xmlbean.destfile</td>
  					<td>Yes</td>
  					<td>
  						<p>Default value is
                <code>${maven.build.dir}/xmlbeans/${maven.final.name}.jar</code>.</p>
  					</td>
  				</tr>
  			</table>
  		</section>
  	</body>
  </document>
  
  
  
  1.1                  xml-xmlbeans/v1/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <project name="XMLBeans Maven Plugin">
  	<title>XMLBeans Maven Plugin</title>
  	<body>
  		<links>
  			<item href="http://maven.apache.org/" name="Maven">
        </item>
  			<item href="http://xml.apache.org/xmlbeans/" name="XMLBeans">
        </item>
  		</links>
  		<menu name="Overview">
  			<item href="/goals.html" name="Goals">
        </item>
  			<item href="/properties.html" name="Properties">
        </item>
  		</menu>
  	</body>
  </project>
  
  
  
  1.1                  xml-xmlbeans/v1/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <document>
  	<properties>
  		<title>XMLBeans Maven Plug-in</title>
  		<author email="s-dutta at sbcglobal dot net">Dutta Satadip</author>
  		<author email="jhindsley at providerlink dot com">Joseph Hindsley</author>
  	</properties>
  	<body>
  		<section name="Maven XMLBeans Plug-in">
  			<p>This plugin is a wrapper to the xmlbean ant task (see 
  <a href="http://xml.apache.org/xmlbeans/">http://xml.apache.org/xmlbeans/</a>
  for more information on XMLBeans) which 
  generates and compiles XMLBeans from XML Schema (*.xsd) files.
  </p>
  			<p>By default the plugin looks for the XML Schema files in the src/xmlbeans 
  directory. Java source files for the generated XMLBeans are put into the 
  target/xmlbeans/src directory. Class files and generated resource files are 
  compiled into the target/classes directory. The plugin also creates a jar 
  file (containing the generated class and resource files) which is put into
  the target/xmlbeans directory.
  </p>
  			<section name="Dependencies">
  				<p>You will need the XMLBean's xbean.jar file to use this plugin. You can get the
  jar from <a href="http://xml.apache.org/xmlbeans/">http://xml.apache.org/xmlbeans/</a>.
  The project.xml currently will download the xbeans-1.0-DEV.jar from <a href="http://www.ibiblio.org/maven/xmlbeans/jars/">http://www.ibiblio.org/maven/xmlbeans/jars/</a>.
  As new releases are made the dependency will have to changed in the project.xml
  </p>
  			</section>
  		</section>
  	</body>
  </document>
  
  
  
  1.1                  xml-xmlbeans/v1/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <document>
  	<properties>
  		<title>Maven XMLBeans Plugin Goals</title>
  	</properties>
  	<body>
  		<goals>
  			<goal>
  				<name>xmlbeans:xmlbeans</name>
  				<description>Generates XMLBeans from XML Schema files.</description>
  			</goal>
  		</goals>
  	</body>
  </document>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xmlbeans-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-cvs-help@xml.apache.org