Pathname Utility Maven Plugin Integration Tests

A maven plugin with goals useful for connecting maven builds to pathnames. So far, the only goal takes a relative pathname and absolutizes it, so that aggregate children get the right pathname.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.basistech
ArtifactId

ArtifactId

pathname-util-maven-plugin-it
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Pathname Utility Maven Plugin Integration Tests
A maven plugin with goals useful for connecting maven builds to pathnames. So far, the only goal takes a relative pathname and absolutizes it, so that aggregate children get the right pathname.

Download pathname-util-maven-plugin-it

How to add to project

<!-- https://jarcasting.com/artifacts/com.basistech/pathname-util-maven-plugin-it/ -->
<dependency>
    <groupId>com.basistech</groupId>
    <artifactId>pathname-util-maven-plugin-it</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.basistech/pathname-util-maven-plugin-it/
implementation 'com.basistech:pathname-util-maven-plugin-it:1.1'
// https://jarcasting.com/artifacts/com.basistech/pathname-util-maven-plugin-it/
implementation ("com.basistech:pathname-util-maven-plugin-it:1.1")
'com.basistech:pathname-util-maven-plugin-it:jar:1.1'
<dependency org="com.basistech" name="pathname-util-maven-plugin-it" rev="1.1">
  <artifact name="pathname-util-maven-plugin-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.basistech', module='pathname-util-maven-plugin-it', version='1.1')
)
libraryDependencies += "com.basistech" % "pathname-util-maven-plugin-it" % "1.1"
[com.basistech/pathname-util-maven-plugin-it "1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
junit : junit jar 4.8
org.apache.maven.shared : maven-verifier jar 1.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0