modules-build-helper
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.daisy.pipeline.build</groupId> <artifactId>modules-build-helper</artifactId> <version>3.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</groupId> <artifactId>daisy</artifactId> <version>4</version> <relativePath /> </parent> <groupId>org.daisy.pipeline.build</groupId> <artifactId>modules-build-helper</artifactId> <version>3.0.0</version> <packaging>maven-plugin</packaging> <name>DAISY Pipeline 2 :: Modules Build Helper</name> <description>Resources for the Pipeline 2 modules build system.</description> <properties> <ds-to-spi-maven-plugin.version>1.1.3</ds-to-spi-maven-plugin.version> <ds-to-spi-runtime.version>1.2.1</ds-to-spi-runtime.version> <xprocspec.version>1.4.2</xprocspec.version> <framework.version>1.14.21</framework.version> <modules.version>1.14.26</modules.version> <!-- <modules-test-helper.version>2.2.4</modules-test-helper.version> --> <xproc-engine-daisy-pipeline.version>1.14.7</xproc-engine-daisy-pipeline.version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>framework-bom</artifactId> <version>${framework.version}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>modules-bom</artifactId> <version>${modules.version}</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.daisy.libs</groupId> <artifactId>saxon-he</artifactId> </dependency> <dependency> <groupId>org.daisy.maven</groupId> <artifactId>xproc-engine-calabash</artifactId> <version>1.2.0</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>modules-registry</artifactId> </dependency> <dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>saxon-adapter</artifactId> </dependency> <dependency> <groupId>org.codehaus.woodstox</groupId> <artifactId>woodstox-core-lgpl</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <version>3.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>3.0</version> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> <version>3.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>ds-to-spi-runtime</artifactId> <version>${ds-to-spi-runtime.version}</version> </dependency> <!-- test dependencies --> <dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>framework-bom</artifactId> <version>${framework.version}</version> <type>pom</type> <scope>test</scope> </dependency> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>modules-bom</artifactId> <version>${modules.version}</version> <type>pom</type> <scope>test</scope> </dependency> <dependency> <groupId>org.daisy.pipeline.modules</groupId> <artifactId>modules-parent</artifactId> <version>${modules.version}</version> <type>pom</type> <scope>test</scope> </dependency> <dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>calabash-adapter</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.daisy.pipeline</groupId> <artifactId>framework-core</artifactId> <scope>test</scope> </dependency><!-- <dependency> <groupId>org.daisy.pipeline.modules.braille</groupId> <artifactId>liblouis-utils</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.daisy.pipeline.modules.braille</groupId> <artifactId>libhyphen-utils</artifactId> <scope>test</scope> </dependency>--> <dependency> <groupId>org.daisy.pipeline.build</groupId> <artifactId>ds-to-spi-maven-plugin</artifactId> <version>${ds-to-spi-maven-plugin.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.daisy.xprocspec</groupId> <artifactId>xprocspec</artifactId> <version>${xprocspec.version}</version> <scope>test</scope> </dependency><!-- <dependency> <groupId>org.daisy.pipeline.build</groupId> <artifactId>modules-test-helper</artifactId> <version>${modules-test-helper.version}</version> <scope>test</scope> </dependency>--> <dependency> <groupId>org.daisy.maven</groupId> <artifactId>xproc-engine-daisy-pipeline</artifactId> <version>${xproc-engine-daisy-pipeline.version}</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> <plugin> <artifactId>maven-plugin-plugin</artifactId> <version>3.5</version> <executions> <execution> <id>default-descriptor</id> <phase>process-classes</phase> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> <tagNameFormat>@{project.artifactId}-@{project.version}</tagNameFormat> </configuration> </plugin><!-- <plugin> <artifactId>maven-invoker-plugin</artifactId> <version>1.8</version> <configuration> <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo> <settingsFile>src/it/settings.xml</settingsFile> <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath> <postBuildHookScript>verify</postBuildHookScript> <properties> <org.ops4j.pax.url.mvn.localRepository>${org.ops4j.pax.url.mvn.localRepository}</org.ops4j.pax.url.mvn.localRepository> <org.ops4j.pax.url.mvn.settings>${org.ops4j.pax.url.mvn.settings}</org.ops4j.pax.url.mvn.settings> <modules-build-helper.version>${project.version}</modules-build-helper.version> <ds-to-spi-maven-plugin.version>${ds-to-spi-maven-plugin.version}</ds-to-spi-maven-plugin.version> <ds-to-spi-runtime.version>${ds-to-spi-runtime.version}</ds-to-spi-runtime.version> <xprocspec.version>${xprocspec.version}</xprocspec.version> <framework.version>${framework.version}</framework.version> <modules.version>${modules.version}</modules.version> <modules-test-helper.version>${modules-test-helper.version}</modules-test-helper.version> <xproc-engine-daisy-pipeline.version>${xproc-engine-daisy-pipeline.version}</xproc-engine-daisy-pipeline.version> <documentation>true</documentation> </properties> <extraArtifacts> <!- - test dependencies are not automatically installed - -> <extraArtifact>org.daisy.pipeline:framework-bom:${framework.version}:pom</extraArtifact> <extraArtifact>org.daisy.xprocspec:xprocspec:${xprocspec.version}</extraArtifact> <extraArtifact>org.daisy.pipeline:ds-to-spi-runtime:${ds-to-spi-runtime.version}</extraArtifact> <extraArtifact>org.daisy.pipeline.build:ds-to-spi-maven-plugin:${ds-to-spi-maven-plugin.version}:maven-plugin</extraArtifact> <extraArtifact>org.daisy.xprocspec:xprocspec:${xprocspec.version}</extraArtifact> <extraArtifact>org.daisy.pipeline.build:modules-test-helper:${modules-test-helper.version}</extraArtifact> <extraArtifact>org.daisy.maven:xproc-engine-daisy-pipeline:${xproc-engine-daisy-pipeline.version}</extraArtifact> </extraArtifacts> <goals> <goal>install</goal> </goals> </configuration> <executions> <execution> <id>integration-test</id> <goals> <goal>install</goal> <goal>run</goal> </goals> </execution> </executions> </plugin>--> </plugins> </build> <scm> <tag>modules-build-helper-3.0.0</tag> </scm> </project>