jar

at.nonblocking : nonsnapshot-maven-plugin

Maven & Gradle

Feb 24, 2019
10 stars

Maven Nonsnapshot Plugin · A Maven plugin to get rid of SNAPSHOT versions and automatically update artifact versions with each build if anything changes. Such a change can be a scm commit since the last build or a newly available upstream dependency version within a configured range.

Table Of Contents

Latest Version

Download at.nonblocking : nonsnapshot-maven-plugin JAR file - Latest Versions:

All Versions

Download at.nonblocking : nonsnapshot-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
4.0.x
3.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window nonsnapshot-maven-plugin-4.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

at.nonblocking.maven.nonsnapshot

├─ at.nonblocking.maven.nonsnapshot.DependencyTreeProcessor.class - [JAR]

├─ at.nonblocking.maven.nonsnapshot.MavenPomHandler.class - [JAR]

├─ at.nonblocking.maven.nonsnapshot.ModuleTraverser.class - [JAR]

├─ at.nonblocking.maven.nonsnapshot.NonSnapshotBaseMojo.class - [JAR]

├─ at.nonblocking.maven.nonsnapshot.NonSnapshotCommitMojo.class - [JAR]

├─ at.nonblocking.maven.nonsnapshot.NonSnapshotPretendMojo.class - [JAR]

├─ at.nonblocking.maven.nonsnapshot.NonSnapshotUpdateVersionsMojo.class - [JAR]

├─ at.nonblocking.maven.nonsnapshot.PathUtil.class - [JAR]

├─ at.nonblocking.maven.nonsnapshot.ProcessedUpstreamDependency.class - [JAR]

├─ at.nonblocking.maven.nonsnapshot.SCM_TYPE.class - [JAR]

├─ at.nonblocking.maven.nonsnapshot.ScmHandler.class - [JAR]

├─ at.nonblocking.maven.nonsnapshot.UpstreamDependencyHandler.class - [JAR]

at.nonblocking.maven.nonsnapshot.exception

├─ at.nonblocking.maven.nonsnapshot.exception.NonSnapshotDependencyResolverException.class - [JAR]

├─ at.nonblocking.maven.nonsnapshot.exception.NonSnapshotPluginException.class - [JAR]

at.nonblocking.maven.nonsnapshot.impl

├─ at.nonblocking.maven.nonsnapshot.impl.DependencyTreeProcessorDefaultImpl.class - [JAR]

├─ at.nonblocking.maven.nonsnapshot.impl.MavenPomHandlerDefaultImpl.class - [JAR]

├─ at.nonblocking.maven.nonsnapshot.impl.ModuleTraverserDefaultImpl.class - [JAR]

├─ at.nonblocking.maven.nonsnapshot.impl.ScmHandlerGitImpl.class - [JAR]

├─ at.nonblocking.maven.nonsnapshot.impl.ScmHandlerSvnImpl.class - [JAR]

├─ at.nonblocking.maven.nonsnapshot.impl.UpstreamDependencyHandlerDefaultImpl.class - [JAR]

at.nonblocking.maven.nonsnapshot.model

├─ at.nonblocking.maven.nonsnapshot.model.MavenArtifact.class - [JAR]

├─ at.nonblocking.maven.nonsnapshot.model.MavenModule.class - [JAR]

├─ at.nonblocking.maven.nonsnapshot.model.MavenModuleDependency.class - [JAR]

├─ at.nonblocking.maven.nonsnapshot.model.UpdatedUpstreamMavenArtifact.class - [JAR]

Advertisement