Changeset 1196 for trunk/docx4j/pom.xml
- Timestamp:
- 08/26/10 06:27:13 (21 months ago)
- File:
-
- 1 edited
-
trunk/docx4j/pom.xml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/pom.xml
r1190 r1196 51 51 <source>src/pptx4j/java</source> 52 52 <source>src/svg</source> 53 <!--source>src/sun</source--> 53 54 </sources> 54 55 </configuration> … … 62 63 <target>1.6</target> 63 64 <verbose>false</verbose> 65 <!--<maxmemory>512m</maxmemory>Â Â --> 66 <!-- try to help maven to find package com.sun.xml.internal.bind.marshaller: 67 <bootclasspath>${java.home}/lib/rt.jar</bootclasspath> 68 but this doesn't help 69 --> 64 70 </configuration> 65 71 </plugin> … … 130 136 </dependency> --> 131 137 <!-- stax 1.2.0 grabs 1.0.1(!); jaxb would grab 1.0.2 (where from?) --> 132 138 139 <!-- Uncomment this for Java 5 133 140 <dependency> 134 141 <groupId>javax.xml.bind</groupId> … … 142 149 <version>2.1.3</version> 143 150 144 </dependency> <!-- nothing newer in the repository! --> 151 </dependency> 152 --> 153 <!-- nothing newer in the repository! --> 145 154 146 155 <dependency> … … 378 387 </dependency> 379 388 389 <!-- Ensure both the Java 6 and RI interfaces are present, 390 even if the user has just one. 391 NB: this (or an added source location containing them) is 392 necessary (at least for Maven 2.2.1) since without this, 393 Maven doesn't find the Java 6 copy in rt.jar --> 394 <dependency> 395 <groupId>com.sun.xml</groupId> 396 <artifactId>jaxb-NamespacePrefixMapper-interfaces</artifactId> 397 <version>2.0.0</version> 398 </dependency> 399 400 380 401 </dependencies> 381 402 <distributionManagement>
Note: See TracChangeset
for help on using the changeset viewer.
