<%-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF licenses this file ~ to you under the Apache License, Version 2.0 (the ~ "License"); you may not use this file except in compliance ~ with the License. You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. --%> <%@ taglib prefix="s" uri="/struts-tags" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="archiva" uri="http://archiva.apache.org" %>

${model.artifactId} / ${version} <%-- TODO: new versions? (Newer version available: 2.0.3) --%>

${model.description}
<%-- TODO: derivatives --%> <%-- TODO: deployment timestamp --%> <%-- TODO: origin --%>
Repository ${repositoryId}
Group ID ${model.groupId}
Artifact ID ${model.artifactId}
Version ${model.version}
Packaging ${model.packaging}
Derivatives Source | Javadoc
Parent ${model.parentProject.groupId} ${model.parentProject.artifactId} ${model.parentProject.version} (View)
Deployment Date 15 Jan 2006, 20:38:00 +1000
Origin Apache Repository

POM Snippet

    <plugin>
      <groupId>${model.groupId}</groupId>
      <artifactId>${model.artifactId}</artifactId>
      <version>${version}</version>
    </plugin>
    <dependency>
      <groupId>${model.groupId}</groupId>
      <artifactId>${model.artifactId}</artifactId>
      <version>${version}</version>
      <type>${model.packaging}</type>
    </dependency>

Other Details

URL ${model.url}
Organisation ${model.organization.name} ${model.organization.name}
License ${license.name} ${license.name}
Issue Tracker ${model.issueManagement.system} ${model.issueManagement.system}
Continuous Integration ${model.ciManagement.system} ${model.ciManagement.system}

SCM

Connection ${model.scm.connection}
Dev. Connection ${model.scm.developerConnection}
Viewer ${model.scm.url}