[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1062?page=comments#action_72737 ] 
            
Joakim Erdfelt commented on MAVENUPLOAD-1062:
---------------------------------------------

Proof is just to put the bundle up on www.jxls.org for download.

----

However, if you change it to net.sf.jxls now, you can change it to org.jxls 
later and include a relocation section in the pom to notify users that the 
groupId has changed.

It's quite common.

See example with "servletApi" -> "javax.servlet" found here - 
http://www.ibiblio.org/maven2/servletapi/servlet-api/2.4-20040521/servlet-api-2.4-20040521.pom

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>servletapi</groupId>
  <artifactId>servlet-api</artifactId>
  <version>2.4-20040521</version>

  <distributionManagement>
    <relocation>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
    </relocation>
  </distributionManagement>

</project>



> Upload jxls-0.8.8 bundle
> ------------------------
>
>                 Key: MAVENUPLOAD-1062
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1062
>             Project: maven-upload-requests
>          Issue Type: Task
>            Reporter: Leonid Vysochyn
>
> jXLS is small and easy-to-use Java library for generating Excel files using 
> XLS templates.

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

        

Reply via email to