Enforcer Plugin No Compilation Dependency Rule

A Rule for the Enforcer Plugin which prohibits a configured artifact in the main compilation scope

License

License

Categories

Categories

JBoss Container Application Servers Maven Build Tools
GroupId

GroupId

org.jboss.maven.plugins.enforcer.rules
ArtifactId

ArtifactId

nocompiledep
Last Version

Last Version

1.0.0-alpha-2
Release Date

Release Date

Type

Type

jar
Description

Description

Enforcer Plugin No Compilation Dependency Rule
A Rule for the Enforcer Plugin which prohibits a configured artifact in the main compilation scope
Project Organization

Project Organization

JBoss, a division of Red Hat, Inc.
Source Code Management

Source Code Management

http://anonsvn.jboss.org/repos/sandbox/alrubinger/maven-enforcer-rule-nocompiledep/tags/nocompiledep-1.0.0-alpha-2

Download nocompiledep

How to add to project

<!-- https://jarcasting.com/artifacts/org.jboss.maven.plugins.enforcer.rules/nocompiledep/ -->
<dependency>
    <groupId>org.jboss.maven.plugins.enforcer.rules</groupId>
    <artifactId>nocompiledep</artifactId>
    <version>1.0.0-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.maven.plugins.enforcer.rules/nocompiledep/
implementation 'org.jboss.maven.plugins.enforcer.rules:nocompiledep:1.0.0-alpha-2'
// https://jarcasting.com/artifacts/org.jboss.maven.plugins.enforcer.rules/nocompiledep/
implementation ("org.jboss.maven.plugins.enforcer.rules:nocompiledep:1.0.0-alpha-2")
'org.jboss.maven.plugins.enforcer.rules:nocompiledep:jar:1.0.0-alpha-2'
<dependency org="org.jboss.maven.plugins.enforcer.rules" name="nocompiledep" rev="1.0.0-alpha-2">
  <artifact name="nocompiledep" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.maven.plugins.enforcer.rules', module='nocompiledep', version='1.0.0-alpha-2')
)
libraryDependencies += "org.jboss.maven.plugins.enforcer.rules" % "nocompiledep" % "1.0.0-alpha-2"
[org.jboss.maven.plugins.enforcer.rules/nocompiledep "1.0.0-alpha-2"]

Dependencies

compile (6)

Group / Artifact Type Version
org.apache.maven.enforcer : enforcer-api jar 1.0-beta-1
org.apache.maven : maven-project jar 2.0.9
org.apache.maven : maven-core jar 2.0.9
org.apache.maven : maven-artifact jar 2.0.9
org.apache.maven : maven-plugin-api jar 2.0.9
org.codehaus.plexus : plexus-container-default jar 1.0-alpha-9

test (1)

Group / Artifact Type Version
junit : junit jar 4.6

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-alpha-2
1.0.0-alpha-1