You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Wendy Smoak (JIRA)" <ji...@codehaus.org> on 2007/12/30 18:06:57 UTC

[jira] Created: (MRM-647) Publish the reference docs for 1.0

Publish the reference docs for 1.0
----------------------------------

                 Key: MRM-647
                 URL: http://jira.codehaus.org/browse/MRM-647
             Project: Archiva
          Issue Type: Task
          Components: documentation
    Affects Versions: 1.0
            Reporter: Wendy Smoak


The javadocs and other reports for Archiva 1.0 need to be published at http://maven.apache.org/archiva/ref/1.0 .

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MRM-647) Publish the reference docs for 1.0

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak closed MRM-647.
---------------------------

       Resolution: Fixed
    Fix Version/s: 1.0

Archiva 1.0 reference docs published from the tag with the following changes:

svn co http://svn.apache.org/repos/asf/maven/archiva/tags/archiva-1.0
cd archiva-1.0

{noformat}
Index: archiva-web/pom.xml
===================================================================
--- archiva-web/pom.xml (revision 607509)
+++ archiva-web/pom.xml (working copy)
@@ -31,7 +31,6 @@
   <modules>
     <module>archiva-applet</module>
     <module>archiva-security</module>
-    <module>archiva-webapp</module>
     <module>archiva-standalone</module>
   </modules>
 
Index: pom.xml
===================================================================
--- pom.xml     (revision 607509)
+++ pom.xml     (working copy)
@@ -729,16 +729,14 @@
   </dependencyManagement>
   <reporting>
     <plugins>
-      <!-- This breaks site generation with 'cobertura.ser does not exist'
-           in the archiva-signature-consumers and archiva-applet modules. 
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.0</version>
+        <version>2.2</version>
       </plugin>
-      -->
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.1</version>
         <configuration>
           <configLocation>config/maven_checks.xml</configLocation>
         </configuration>
@@ -912,7 +910,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>${siteBaseDeployment}/reports/</url>
+      <url>${siteBaseDeployment}/ref/1.0</url>
     </site>
   </distributionManagement>
 </project>
{noformat}

mvn site-deploy

ssh people.apache.org
cd /www/maven.apache.org/archiva/ref
rm current
ln -s 1.0 current


> Publish the reference docs for 1.0
> ----------------------------------
>
>                 Key: MRM-647
>                 URL: http://jira.codehaus.org/browse/MRM-647
>             Project: Archiva
>          Issue Type: Task
>          Components: documentation
>    Affects Versions: 1.0
>            Reporter: Wendy Smoak
>            Assignee: Wendy Smoak
>             Fix For: 1.0
>
>
> The javadocs and other reports for Archiva 1.0 need to be published at http://maven.apache.org/archiva/ref/1.0 .

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (MRM-647) Publish the reference docs for 1.0

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak reassigned MRM-647:
-------------------------------

    Assignee: Wendy Smoak

> Publish the reference docs for 1.0
> ----------------------------------
>
>                 Key: MRM-647
>                 URL: http://jira.codehaus.org/browse/MRM-647
>             Project: Archiva
>          Issue Type: Task
>          Components: documentation
>    Affects Versions: 1.0
>            Reporter: Wendy Smoak
>            Assignee: Wendy Smoak
>
> The javadocs and other reports for Archiva 1.0 need to be published at http://maven.apache.org/archiva/ref/1.0 .

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MRM-647) Publish the reference docs for 1.0

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_118231 ] 

Wendy Smoak commented on MRM-647:
---------------------------------

>From both the 1.0 tag and archiva/trunk, 'mvn site' results in

{noformat}
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error configuring: org.apache.maven.plugins:maven-war-plugin. Reason: ERROR: Cannot override read-only parameter: classesDirectory in goal: war:inplace
[INFO] ------------------------------------------------------------------------
{noformat}

Related thread:  http://www.nabble.com/Trouble-with-%27mvn-site%27-for-archiva-trunk-td14550166s177.html

> Publish the reference docs for 1.0
> ----------------------------------
>
>                 Key: MRM-647
>                 URL: http://jira.codehaus.org/browse/MRM-647
>             Project: Archiva
>          Issue Type: Task
>          Components: documentation
>    Affects Versions: 1.0
>            Reporter: Wendy Smoak
>            Assignee: Wendy Smoak
>
> The javadocs and other reports for Archiva 1.0 need to be published at http://maven.apache.org/archiva/ref/1.0 .

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira