All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.PROJEKT.txt.vm Maven / Gradle / Ivy

Go to download

jDTAUS resource bundle common to all jDTAUS artifacts licensed using the LGPL.

There is a newer version: 1.21
Show newest version

#if($project.getOrganization())
  $project.getOrganization().getName() - ${project.name} - PROJEKT.txt
#else
  ${project.name} - PROJEKT.txt
#end
  Version ${project.version} (${buildDate})
#if($project.url)
  ${project.url}
#end
#if($project.description)

  ${project.description}
#end
#if($project.licenses && !$project.licenses.empty)

  Lizenzen
#foreach($license in $project.licenses)

#if($license.name)
    Name ........................ : $license.name
#else
    Name ........................ : Nicht verfügbar.
#end
#if($license.url)
    URL ......................... : $license.url
#else
    URL ......................... : Nicht verfügbar.
#end
#if($license.comments)
    Kommentar ................... : $license.comments
#end
#end
#end
#if($project.developers && !$project.developers.empty)

  Entwickler
#foreach($developer in $project.developers)

#if($developer.id)
    Bezeichner .................. : $developer.id
#end
#if($developer.name)
    Name ........................ : $developer.name
#end
#if($developer.email)
    E-Mail ...................... : $developer.email
#end
#if($developer.url)
    URL ......................... : $developer.url
#end
#if($developer.organization)
    Organisation ................ : $developer.organization
#end
#if($developer.organizationUrl)
    URL der Organisation ........ : $developer.organizationUrl
#end
#if($developer.timezone)
    Zeitzone .................... : $developer.timezone
#end
#end
#end
#if($project.contributors && !$project.contributors.empty)

  Beitragsleistende
#foreach($contributor in $project.contributors)

#if($contributor.name)
    Name ........................ : $contributor.name
#end
#if($contributor.email)
    E-Mail ...................... : $contributor.email
#end
#if($contributor.url)
    URL ......................... : $contributor.url
#end
#if($contributor.organization)
    Organisation ................ : $contributor.organization
#end
#if($contributor.organizationUrl)
    URL der Organisation ........ : $contributor.organizationUrl
#end
#if($contributor.timezone)
    Zeitzone .................... : $contributor.timezone
#end
#end
#end
#if($project.issueManagement)

  Problemverwaltung

#if($project.issueManagement.system)
    System ...................... : $project.issueManagement.system
#else
    System ...................... : Nicht verfügbar.
#end
#if($project.issueManagement.url)
    URL ......................... : $project.issueManagement.url
#else
    URL ......................... : Nicht verfügbar.
#end
#end
#if($project.mailingLists && !$project.mailingLists.empty)

  E-Mail-Listen
#foreach($list in $project.mailingLists)

#if($list.name)
    Name ........................ : $list.name
#end
#if($list.subscribe)
    Eintragung .................. : $list.subscribe
#end
#if($list.unsubscribe)
    Austragung .................. : $list.unsubscribe
#end
#if($list.post)
    Adresse ..................... : $list.post
#end
#if($list.archive)
    Archiv ...................... : $list.archive
#end
#end
#end
#if($project.scm)

  Quelltextverwaltung

#if($project.scm.connection)
    Verbindung .................. : ${project.scm.connection}
#else
    Verbindung .................. : Nicht verfügbar.
#end
#if($project.scm.developerConnection)
    Verbindung für Entwickler ... : ${project.scm.developerConnection}
#else
    Verbindung für Entwickler ... : Nicht verfügbar.
#end
#if($project.scm.url)
    SCM URL ..................... : ${project.scm.url}
#else
    SCM URL ..................... : Nicht verfügbar.
#end
#end
#if($projectsSortedByOrganization && !$projectsSortedByOrganization.isEmpty())

  Abhängigkeiten
#foreach ( $organization in $projectsSortedByOrganization.keySet() )
#foreach ( $dependency in $projectsSortedByOrganization.get( $organization ) )

    Name ........................ : $dependency.name
    Artefakt .................... : $dependency.artifact
#if($dependency.url)
    URL ......................... : $dependency.url
#else
    URL ......................... : Nicht verfügbar.
#end
#if(!$organization.getName().equals("an unknown organization"))
    Organisation ................ : $organization.name
#else
    Organisation ................ : Nicht verfügbar.
#end
#if($organization.url)
    URL der Organisation ........ : $organization.url
#else
    URL der Organisation ........ : Nicht verfügbar.
#end
#if($dependency.licenses && !$dependency.licenses.empty)
#foreach($license in $dependency.licenses)
#if($license.name)
    Lizenz ...................... : $license.name
#else
    Lizenz ...................... : Nicht verfügbar.
#end
#if($license.url && ( $license.url.toLowerCase().startsWith("http") || $license.url.toLowerCase().startsWith("ftp") ) )
    Lizenz URL .................. : $license.url
#else
    Lizenz URL .................. : Nicht verfügbar.
#end
#if($license.comments)
    Lizenz Kommentare ........... : $license.comments
#end
#end
#else
    Lizenz ...................... : Nicht verfügbar.
#end
#if($dependency.description)
    Beschreibung ................ : $dependency.description
#else
    Beschreibung ................ : Nicht verfügbar.
#end
#end
#end
#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy