File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2525 </modules >
2626
2727 <properties >
28+ <argLine ></argLine >
2829 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2930 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
3031 </properties >
492493 <configuration >
493494 <!-- prevent the annoying ForkedBooter process from stealing
494495 window focus on Mac OS -->
495- <argLine >-Djava.awt.headless=true -Dcdk.logging.level=ERROR</argLine >
496+ <argLine >${argLine} -Djava.awt.headless=true -Dcdk.logging.level=ERROR</argLine >
496497 <excludes >
497498 <!-- not a test class -->
498499 <exclude >**/TestMoleculeFactory.java</exclude >
601602 <tagletArtifact >
602603 <groupId >org.openscience.cdk</groupId >
603604 <artifactId >cdk-build-utils</artifactId >
604- <version >1.0.2.7 </version >
605+ <version >1.0.2.8 </version >
605606 </tagletArtifact >
606607 <failOnError >false</failOnError >
607608 <doctitle >Chemistry Development Kit ${project.version} API</doctitle >
You can’t perform that action at this time.
0 commit comments