You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "fabrizio giustina (JIRA)" <ji...@codehaus.org> on 2005/10/20 20:02:11 UTC

[jira] Created: (MAVENUPLOAD-558) Berkeley db java edition 2.0.83

Berkeley db java edition 2.0.83
-------------------------------

         Key: MAVENUPLOAD-558
         URL: http://jira.codehaus.org/browse/MAVENUPLOAD-558
     Project: maven-upload-requests
        Type: Task
 Reporter: fabrizio giustina


Note that the bundle jar also contains sources:
Carlos, is there any way to have sources artifacts uploaded as well? I can help on ehancing the script/tool used for the automatic upload if you give me some pointers on where I can find it on svn.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MAVENUPLOAD-558) Berkeley db java edition 2.0.83

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-558?page=comments#action_49194 ] 

Carlos Sanchez commented on MAVENUPLOAD-558:
--------------------------------------------

Uploaded jar, sources will have to wait till later, when we are able to deploy to m2 repo

> Berkeley db java edition 2.0.83
> -------------------------------
>
>          Key: MAVENUPLOAD-558
>          URL: http://jira.codehaus.org/browse/MAVENUPLOAD-558
>      Project: maven-upload-requests
>         Type: Task
>     Reporter: fabrizio giustina
>     Assignee: Carlos Sanchez

>
>
> Note that the bundle jar also contains sources:
> Carlos, is there any way to have sources artifacts uploaded as well? I can help on ehancing the script/tool used for the automatic upload if you give me some pointers on where I can find it on svn.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MAVENUPLOAD-558) Berkeley db java edition 2.0.83

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-558?page=comments#action_49007 ] 

Carlos Sanchez commented on MAVENUPLOAD-558:
--------------------------------------------

The script is at
http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-meeper/src/bin/deploy-bundle
and it currently doesn't upload sources

> Berkeley db java edition 2.0.83
> -------------------------------
>
>          Key: MAVENUPLOAD-558
>          URL: http://jira.codehaus.org/browse/MAVENUPLOAD-558
>      Project: maven-upload-requests
>         Type: Task
>     Reporter: fabrizio giustina

>
>
> Note that the bundle jar also contains sources:
> Carlos, is there any way to have sources artifacts uploaded as well? I can help on ehancing the script/tool used for the automatic upload if you give me some pointers on where I can find it on svn.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MAVENUPLOAD-558) Berkeley db java edition 2.0.83

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVENUPLOAD-558?page=all ]
     
Carlos Sanchez closed MAVENUPLOAD-558:
--------------------------------------

    Resolution: Fixed

> Berkeley db java edition 2.0.83
> -------------------------------
>
>          Key: MAVENUPLOAD-558
>          URL: http://jira.codehaus.org/browse/MAVENUPLOAD-558
>      Project: maven-upload-requests
>         Type: Task
>     Reporter: fabrizio giustina
>     Assignee: Carlos Sanchez

>
>
> Note that the bundle jar also contains sources:
> Carlos, is there any way to have sources artifacts uploaded as well? I can help on ehancing the script/tool used for the automatic upload if you give me some pointers on where I can find it on svn.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MAVENUPLOAD-558) Berkeley db java edition 2.0.83

Posted by "fabrizio giustina (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-558?page=comments#action_49092 ] 

fabrizio giustina commented on MAVENUPLOAD-558:
-----------------------------------------------

Thanks Carlos,
can you just add the following at the end of the script in order to handle source jars and give it a try? ;)


  if [ -f ${artifactId}-${version}-sources.jar ]
  then
    echo "Deploying Java sources ..."
    mkdir -p $REPODIR/${groupId}/java-sources
    cp -i ${artifactId}-${version}-sources.jar $REPODIR/${groupId}/java-sources
  else
    echo "No Java sources available in upload bundle, skipping ..."
  fi


> Berkeley db java edition 2.0.83
> -------------------------------
>
>          Key: MAVENUPLOAD-558
>          URL: http://jira.codehaus.org/browse/MAVENUPLOAD-558
>      Project: maven-upload-requests
>         Type: Task
>     Reporter: fabrizio giustina
>     Assignee: Carlos Sanchez

>
>
> Note that the bundle jar also contains sources:
> Carlos, is there any way to have sources artifacts uploaded as well? I can help on ehancing the script/tool used for the automatic upload if you give me some pointers on where I can find it on svn.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org