com.buschmais.jqassistant.archetype:jqassistant.archetype

jQAssistant Maven Archetypes

License

License

Categories

Categories

Ant Build Tools jQAssistant Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.buschmais.jqassistant.archetype
ArtifactId

ArtifactId

jqassistant.archetype
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

jQAssistant Maven Archetypes
Project URL

Project URL

https://github.com/buschmais/jqassistant-archetype
Project Organization

Project Organization

buschmais GbR
Source Code Management

Source Code Management

https://github.com/buschmais/jqassistant-archetype

Download jqassistant.archetype

How to add to project

<!-- https://jarcasting.com/artifacts/com.buschmais.jqassistant.archetype/jqassistant.archetype/ -->
<dependency>
    <groupId>com.buschmais.jqassistant.archetype</groupId>
    <artifactId>jqassistant.archetype</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.archetype/jqassistant.archetype/
implementation 'com.buschmais.jqassistant.archetype:jqassistant.archetype:1.0.1'
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.archetype/jqassistant.archetype/
implementation ("com.buschmais.jqassistant.archetype:jqassistant.archetype:1.0.1")
'com.buschmais.jqassistant.archetype:jqassistant.archetype:pom:1.0.1'
<dependency org="com.buschmais.jqassistant.archetype" name="jqassistant.archetype" rev="1.0.1">
  <artifact name="jqassistant.archetype" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant.archetype', module='jqassistant.archetype', version='1.0.1')
)
libraryDependencies += "com.buschmais.jqassistant.archetype" % "jqassistant.archetype" % "1.0.1"
[com.buschmais.jqassistant.archetype/jqassistant.archetype "1.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • project

jQAssistant Archetypes

This project provides Maven archetypes for jQAssistant.

Single Maven module project using jQAssistant

mvn archetype:generate \
  -DarchetypeGroupId=com.buschmais.jqassistant.archetype \
  -DarchetypeArtifactId=jqassistant.archetype.project \
  -DarchetypeVersion=1.1.0 \
  -DgroupId=com.example \
  -DartifactId=project \
  -Dversion=1.0.0-SNAPSHOT

The parameters "groupId", "artifactId" and "version" shall be replaced by the required values. The command will create a single module Maven project containing a jQAssistant plugin configuration in the file pom.xml and an example rule setup for JUnit4.

com.buschmais.jqassistant.archetype

BUSCHMAIS GbR

Versions

Version
1.0.1
1.0.0