script-utils-aggregator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>script-utils-aggregator</artifactId>
<version>1.13.6</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.daisy</groupId>
<artifactId>daisy</artifactId>
<version>4</version>
<relativePath />
</parent>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>script-utils-aggregator</artifactId>
<version>1.13.6</version>
<packaging>pom</packaging>
<name>DAISY Pipeline 2 :: Aggregator POM for the Script Utility Modules</name>
<description>Aggregator POM for the script utility modules of the DAISY Pipeline 2.</description>
<!-- List of the modules to build all-at-once -->
<modules>
<!--<module>ace-adapter</module>-->
<!--<module>asciimath-utils</module>-->
<!--<module>common-entities</module>-->
<!--<module>css-utils</module>-->
<!--<module>daisy202-utils</module>-->
<!--<module>daisy3-utils</module>-->
<!--<module>dtbook-utils</module>-->
<!--<module>epub3-nav-utils</module>-->
<!--<module>epub3-ocf-utils</module>-->
<!--<module>epub3-pub-utils</module>-->
<!--<module>epubcheck-adapter</module>-->
<!--<module>mediaoverlay-utils</module>-->
<!--<module>metadata-utils</module>-->
<!--<module>odt-utils</module>-->
<!--<module>zedai-utils</module>-->
</modules>
<!-- don't publish aggregator -->
<build>
<plugins>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.4</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.4</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<scm>
<tag>v1.13.6</tag>
</scm>
</project>