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

META-INF.PROJECT.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} - PROJECT.txt
#else
  ${project.name} - PROJECT.txt
#end
  Version ${project.version} (${buildDate})
#if($project.url)
  ${project.url}
#end
#if($project.description)

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

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

#if($license.name)
    Name ............... : $license.name
#else
    Name ............... : Not available.
#end
#if($license.url)
    URL ................ : $license.url
#else
    URL ................ : Not available.
#end
#if($license.comments)
    Comments ........... : $license.comments
#end
#end
#end
#if($project.developers && !$project.developers.empty)

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

#if($developer.id)
    Id ................. : $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)
    Organization ....... : $developer.organization
#end
#if($developer.organizationUrl)
    Organization URL ... : $developer.organizationUrl
#end
#if($developer.timezone)
    Timezone ........... : $developer.timezone
#end
#end
#end
#if($project.contributors && !$project.contributors.empty)

  Contributors
#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)
    Organization ....... : $contributor.organization
#end
#if($contributor.organizationUrl)
    Organization URL ... : $contributor.organizationUrl
#end
#if($contributor.timezone)
    Timezone ........... : $contributor.timezone
#end
#end
#end
#if($project.issueManagement)

  Issue management
#if($project.issueManagement.system)
    System ............. : $project.issueManagement.system
#else
    System ............. : Not available.
#end
#if($project.issueManagement.url)
    URL ................ : $project.issueManagement.url
#else
    URL ................ : Not available.
#end
#end
#if($project.mailingLists && !$project.mailingLists.empty)

  Mailing lists
#foreach($list in $project.mailingLists)

#if($list.name)
    Name ............... : $list.name
#end
#if($list.subscribe)
    Subscribe .......... : $list.subscribe
#end
#if($list.unsubscribe)
    Unsubscribe ........ : $list.unsubscribe
#end
#if($list.post)
    Post ............... : $list.post
#end
#if($list.archive)
    Archive ............ : $list.archive
#end
#end
#end
#if($project.scm)

  Source code management

#if($project.scm.connection)
    Connection ......... : ${project.scm.connection}
#else
    Connection ......... : Not available.
#end
#if($project.scm.developerConnection)
    Developer access ... : ${project.scm.developerConnection}
#else
    Developer access ... : Not available.
#end
#if($project.scm.url)
    URL ................ : ${project.scm.url}
#else
    URL ................ : Not available.
#end
#end
#if($projectsSortedByOrganization && !$projectsSortedByOrganization.isEmpty())

  Dependencies
#foreach ( $organization in $projectsSortedByOrganization.keySet() )
#foreach ( $dependency in $projectsSortedByOrganization.get( $organization ) )

    Name ............... : $dependency.name
    Artifact ........... : $dependency.artifact
#if($dependency.url)
    URL ................ : $dependency.url
#else
    URL ................ : Not available.
#end
#if(!$organization.getName().equals("an unknown organization"))
    Organization ....... : $organization.name
#else
    Organization ....... : Not available.
#end
#if($organization.url)
    Organization URL ... : $organization.url
#else
    Organization URL ... : Not available.
#end
#if($dependency.licenses && !$dependency.licenses.empty)
#foreach($license in $dependency.licenses)
#if($license.name)
    License ............ : $license.name
#else
    License ............ : Not available.
#end
#if($license.url && ( $license.url.toLowerCase().startsWith("http") || $license.url.toLowerCase().startsWith("ftp") ) )
    License URL ........ : $license.url
#else
    License URL ........ : Not available.
#end
#if($license.comments)
    License comments ... : $license.comments
#end
#end
#else
    License ............ : Not available.
#end
#if($dependency.description)
    Description ........ : $dependency.description
#else
    Description ........ : Not available.
#end
#end
#end
#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy