css-utils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>css-utils</artifactId> <version>6.0.0</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.pipeline.modules</groupId> <artifactId>modules-parent</artifactId> <version>1.14.30</version> <relativePath>../../parent/</relativePath> </parent> <artifactId>css-utils</artifactId> <version>6.0.0</version> <packaging>bundle</packaging> <name>DAISY Pipeline 2 module :: CSS Utils</name> <properties> <expose-services> org.daisy.pipeline.modules.impl.Module_css_utils, org.daisy.pipeline.css.calabash.impl.CssAnalyzeStep$Provider, org.daisy.pipeline.css.calabash.impl.CssCascadeStep$Provider, org.daisy.pipeline.css.impl.DefaultCssCascader, org.daisy.pipeline.css.impl.StylesheetParametersWebServiceExtension, org.daisy.pipeline.css.impl.StylesheetParametersDatatypeService, org.daisy.pipeline.css.saxon.impl.CssParseParamSetFunctionProvider, org.daisy.pipeline.css.saxon.impl.MediaQueryMatchesDefinition, org.daisy.pipeline.css.speech.impl.SpeechCssCascader, org.daisy.pipeline.css.StyleAccessor$Provider, org.daisy.pipeline.css.UserAgentStylesheetRegistry <!-- org.daisy.common.saxon.impl.PackageDetails_http___www_daisy_org_pipeline_modules_css_utils_library_xsl --> </expose-services> </properties> <dependencies> <dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>common-utils</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>file-utils</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>fileset-utils</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>mediatype-utils</artifactId> </dependency> <dependency> <groupId>org.daisy.libs</groupId> <artifactId>io.bit3.jsass</artifactId> </dependency> <dependency> <groupId>org.sharegov</groupId> <artifactId>mjson</artifactId> </dependency> <dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.antlr-runtime</artifactId> </dependency> <dependency> <groupId>org.daisy.libs</groupId> <artifactId>com.xmlcalabash</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>framework-core</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>saxon-adapter</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>calabash-adapter</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>webservice</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>org.daisy.libs</groupId> <artifactId>saxon-he</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>saxon-adapter</artifactId> </dependency> <dependency> <groupId>org.daisy.libs</groupId> <artifactId>jstyleparser</artifactId> </dependency> <dependency> <groupId>org.unbescape</groupId> <artifactId>unbescape</artifactId> </dependency> <dependency> <groupId>org.daisy.braille</groupId> <artifactId>braille-css</artifactId> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.daisy.maven</groupId> <artifactId>xspec-maven-plugin</artifactId> <executions> <execution> <id>xspecTest</id> <phase>none</phase> </execution> </executions> </plugin> <plugin> <groupId>org.antlr</groupId> <artifactId>antlr3-maven-plugin</artifactId> <executions> <execution> <phase>generate-sources</phase> <goals> <goal>antlr</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.daisy.pipeline.build</groupId> <artifactId>modules-build-helper</artifactId> <executions> <execution> <id>process-test-catalog</id> <phase>generate-test-sources</phase> <goals> <goal>process-test-catalog</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.daisy.pipeline.build</groupId> <artifactId>ds-to-spi-maven-plugin</artifactId> <executions> <execution> <id>generate-spi-test-classes</id> <phase>process-test-sources</phase> <goals> <goal>generate-spi-test-classes</goal> </goals> <configuration> <includes> org.daisy.pipeline.css.impl.UserAgentStylesheet_application_x_dtbook_xml_speech </includes> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <configuration> <instructions> <Import-Package> net.sf.saxon.*;version="${saxon.versionRange}", !org.daisy.common.spi, * </Import-Package> </instructions> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>module-with-documentation</id> <activation> <property> <name>documentation</name> </property> </activation> <build> <plugins> <plugin> <groupId>org.daisy.pipeline.build</groupId> <artifactId>modules-build-helper</artifactId> <executions> <execution> <id>package-list</id> <phase>prepare-package</phase> <goals> <goal>dependencies-package-list</goal> </goals> <configuration> <outputDirectory>${project.build.directory}/dependencies-package-list/</outputDirectory> <includes> org.daisy.pipeline.*, org.daisy.common.* </includes> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> <configuration> <offlineLinks> <offlineLink> <url>http://daisy.github.io/pipeline/api/</url> <location>${project.build.directory}/dependencies-package-list/</location> </offlineLink> </offlineLinks> <links> <link>https://google.github.io/guava/releases/15.0/api/docs</link> </links> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>