[ 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to