$page.setTitle( "Continuum - Project View: ${item.name}" )

#set ( $buildsLink = $link.setPage('ProjectBuilds.vm').addPathInfo('view', "ProjectBuilds").addPathInfo('id', $item.id) ) Info Builds

$i18n.getString( $form.view.titleKey )

$i18n.getString( "project.name.label" ) $item.name
$i18n.getString( "projectScmUrl.label" ) $item.scmUrl
$i18n.getString( "project.version.label" ) $item.version
$i18n.getString( "project.group.label" ) $item.projectGroup.name
$i18n.getString( "message.note" ) Project details are out of sync with Maven POM

$i18n.getString( "project.buildDefinitions.label" )

#foreach ( $buildDefinition in $project.buildDefinitions ) #end
Goals Arguments POM File Profile Schedule From  
$buildDefinition.goals $buildDefinition.arguments $buildDefinition.buildFile #if ( $buildDefinition.profile ) $buildDefinition.profile.name #else DEFAULT #end #if ( $buildDefinition.schedule ) $buildDefinition.schedule.name #else NONE #end Project #set ( $buildDefinitionLink = $link.setPage('BuildDefinition.vm').addPathInfo('view','BuildDefinition').addPathInfo('buildDefinitionId', $buildDefinition.id).addPathInfo('id', $item.id) ) Edit | #set ( $deleteBuildDefinitionLink = $link.setPage('DeleteBuildDefinition.vm').addPathInfo('buildDefinitionId', $buildDefinition.id).addPathInfo('id', $item.id) ) Delete
#if ( $project.notifiers )

$i18n.getString( "project.notifiers.label" )

#foreach ( $notifier in $project.notifiers ) #if ( $notifier.type == "irc" ) #elseif ( $notifier.type == "mail" ) #elseif ( $notifier.type == "msn" ) #elseif ( $notifier.type == "jabber" ) #end #end
Type Recipient Events From  
IRCMailMSNJabber #if ( $notifier.type == "irc" ) $notifier.configuration.host:$notifier.configuration.port$notifier.configuration.channel #else $notifier.configuration.address #end #if ( !$notifier.isEnabled() ) (DISABLED) #end Success, Failures #if ( $notifier.isFromProject() ) Project #else User #end #if ( $notifier.isFromUser() ) #if ( $notifier.type == "irc" ) #set ( $editNotifierLink = $link.setPage('EditIrcNotifier.vm').addPathInfo('view','EditIrcNotifier').addPathInfo('notifierId', $notifier.id).addPathInfo('id', $item.id) ) Edit #elseif ( $notifier.type == "mail" ) #set ( $editNotifierLink = $link.setPage('EditMailNotifier.vm').addPathInfo('view','EditMailNotifier').addPathInfo('notifierId', $notifier.id).addPathInfo('id', $item.id) ) Edit #elseif ( $notifier.type == "msn" ) #set ( $editNotifierLink = $link.setPage('EditMsnNotifier.vm').addPathInfo('view','EditMsnNotifier').addPathInfo('notifierId', $notifier.id).addPathInfo('id', $item.id) ) Edit #elseif ( $notifier.type == "jabber" ) #set ( $editNotifierLink = $link.setPage('EditJabberNotifier.vm').addPathInfo('view','EditJabberNotifier').addPathInfo('notifierId', $notifier.id).addPathInfo('id', $item.id) ) Edit #end #set ( $deleteNotifierLink = $link.setPage('DeleteNotifier.vm').addPathInfo('notifierId', $notifier.id).addPathInfo('id', $item.id) ) | Delete #end
$i18n.getString( "message.note" ) Notifiers are out of sync with Maven POM
#end #if ( $project.dependencies )

$i18n.getString( "project.dependencies.label" )

#foreach ( $dependency in $project.dependencies ) #end
Name
$dependency.groupId:$dependency.artifactId
#end #if ( $project.developers )

$i18n.getString( "project.developers.label" )

#foreach ( $developer in $project.developers ) #end
Name Email
$developer.name $developer.email
#end