File: plugin.properties

package info (click to toggle)
xmlbeans 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 18,368 kB
  • sloc: java: 133,868; xml: 40,717; sh: 688; sql: 48; makefile: 12
file content (50 lines) | stat: -rw-r--r-- 2,084 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#    Copyright 2003-2005 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.

#These properties can be set in a project.properties file or in an invocation in maven.xml
#dependencies marked with the property <xmlbeans>true</xmlbeans> will get included in the xmlbeans classpath
#so you can reuse your xmlbeans generated classes.

#a typical invocation looks like:
#<project default="default"
#    xmlns:xmlbeans="xmlbeans2:maven">
#
#    <preGoal name="java:compile">
#        <xmlbeans:schema2java
#            maven.xmlbeans2.sourceschema="application_1_4.xsd,j2ee_jaxrpc_mapping_1_1.xsd"
#            maven.xmlbeans2.cataloglocation="${basedir}/src/catalog/resolver-catalog.xml"/>
#    </preGoal>


#base location for schemas to compile
maven.xmlbeans2.sourcedir=${basedir}/src/schema

#comma separated list of schemas to compile, relative to sourcedir above. You must specify this explicitly
maven.xmlbeans2.sourceschema=

#location of the xmlbeans configuration file
maven.xmlbeans2.xmlconfigs=${basedir}/src/schema/xmlconfig.xml

#location of an xml catalog. If you use one, you must specify the location yourself.
maven.xmlbeans2.cataloglocation=

#target directory for generated java code.  Binary artifacts are place directly into target/classes.
maven.xmlbeans2.targetdir=${basedir}/target/xmlbeans

#default base location where schemas will be copied. Unlike the ant task,
#they will include the path of the schema listed in the sourceSchemas parameter.
maven.xmlbeans2.baseSchemaLocation=schemaorg_apache_xmlbeans/src