License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.basistech |
ArtifactId | ArtifactIdpathname-util-maven-plugin-it |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPathname 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.
|
Filename | Size |
---|---|
pathname-util-maven-plugin-it-1.1.pom | |
pathname-util-maven-plugin-it-1.1.jar | 1 KB |
pathname-util-maven-plugin-it-1.1-javadoc.jar | 334 bytes |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8 |
org.apache.maven.shared : maven-verifier | jar | 1.2 |