Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Document Properties Marker
overridetrue
extract-short-desctrue
render-asdefinition-list
Short Description
Instructions on how to download the artifact of the
Display Space Property
property-nameproject.name
.
 
Doctypetopichide
NameDownload 
Parent
Parent Property
property-nameName
 

Audience
Name List
doctyperole
render-no-hits-as-blanktrue
namesUser
propertyAudience
empty-as-nonefalse
hide
Level of Experience
Name List
doctypeexperience-level
render-no-hits-as-blanktrue
namesNovice
propertyLevel of Experience
hide
Expected Duration 
Subject
Name List
doctypesubject
propertySubject
 

Categories
Name List
doctypecategory
propertyCategories
 

Tags
Tag List
namesTechnical
propertyTags
hide
Iteration
Iteration
valuefinished
hide
Type
Name List
doctypetopic-type
render-no-hits-as-blanktrue
namesHowto
propertyType
hide
Sort Keyhide
Section
show-titlefalse
titleDescription

The artifact of this project is made available via an

System Link
system-idnexus
labelartifact repository
.

This howto explains the options on how to access the JAR archive.

Section
titlePrerequisites

Section
titleAbstract

Section
titleMaven

The plugin can be integrated into a Maven build process of Java projects easily.

Section
level2
titleDependency

If you want to integrate this plugin into your Maven build, use the following coordinates:

Nexus Link
is-libraryfalse
code-title?gav
render-linkfalse
render-xml-snippettrue
 
Content Marker
required-space-propertiesinfo.server.repo.group
Section
level2
titleCorporation Repository

Please note that the artifact of this projects are (currently) not available on the Maven Central Repository. It can be access on the

System Link
system-idnexus
label corporation artifact repository
.

If you want to access artifacts from this server in your Maven build, the recommended way would be to add it to the configuration of your own artifact server.

If this is not feasible, the second option is to add the following snippet to the profiles section of your settings.xml.

Code Block Placeholder
code-languageHTML and XML
<profile>
  <id>${corporationId}-repositories</id>
  <repositories>
    <repository>
      <id>${corporationId}</id>
      <url>${info.server.repo.group}</url>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <id>${corporationId}</id>
      <url>${info.server.repo.group}</url>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </pluginRepository>
  </pluginRepositories>
</profile>

You may also add the repositories to your Maven POM file, but usually adding them to your settings is recommended.

Section
titleDownload

The plugin archive may also be downloaded directly from the artifact repository:

Panel
Nexus Link
code-title?gav
label?gav
nexus-repo-idpublic
 
Section
titleSubordinate Topics
Display Table
doctypetopic
render-no-hits-as-blanktrue
selectName, Short Description
restrict-to-immediate-childrentrue
sort-bySort Key, Name
Section
required-permissionswrite-access
titleNotes

Section
titleReferences

Section
titleResources

Piwik Set Multiple Custom Variables
NameValue
Departmentprojectmetadata-maven-plugin
Categorymanual
Typeoverview