diff options
author | Brett Porter <brett@apache.org> | 2010-03-16 00:21:13 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2010-03-16 00:21:13 +0000 |
commit | 2e9c35d4aa247c1c1d12213e6d4261b25db69d9f (patch) | |
tree | 79d42f1e74fb9795c4084ccd223ade6ffdf6ffb0 /archiva-modules/pom.xml | |
parent | b7810bb5f8c14aba0ca5b2629b024573e48d510a (diff) | |
download | archiva-2e9c35d4aa247c1c1d12213e6d4261b25db69d9f.tar.gz archiva-2e9c35d4aa247c1c1d12213e6d4261b25db69d9f.zip |
[MRM-1329] Start to revise Javadoc of APIs
- additionally, add projectVersion to the ArtifactMetadata so that the full coordinate is available.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@923520 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/pom.xml')
-rw-r--r-- | archiva-modules/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archiva-modules/pom.xml b/archiva-modules/pom.xml index 1ab9386fc..0da6f5c90 100644 --- a/archiva-modules/pom.xml +++ b/archiva-modules/pom.xml @@ -142,6 +142,8 @@ <link>http://jakarta.apache.org/regexp/apidocs/</link> <link>http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/</link> </links> + <linksource>true</linksource> + <show>private</show> <tags> <tag> <name>plexus.component</name> |