You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Vincent Massol (JIRA)" <ji...@apache.org> on 2006/07/17 20:00:14 UTC

[jira] Created: (VFS-70) Allow VFS to build with m2 so that it can be deployed to a Maven repository easily

Allow VFS to build with m2 so that it can be deployed to a Maven repository easily
----------------------------------------------------------------------------------

                 Key: VFS-70
                 URL: http://issues.apache.org/jira/browse/VFS-70
             Project: Commons VFS
          Issue Type: Task
         Environment: 1.0RC8-SNAPSHOT

Note: JIRA versions for Commons VFS is not up to date as there's no 1.0RC8 version defined!
            Reporter: Vincent Massol
         Attachments: pom.xml

Anyone wanting to build a project using Maven2 will need to find Commons VFS's POM in Apache Maven2 Repositories (which are synced to ibiblio). The Commons VFS PM is currently not in there.

I'm attaching a pom.xml file which allows building Commons VFS. I'd like to commit it to Commons VFS SVN. Let me know if you're ok for me to do it (I have the commit rights).

Thanks
-Vincent

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

        

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


[jira] Commented: (VFS-70) Allow VFS to build with m2 so that it can be deployed to a Maven repository easily

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/VFS-70?page=comments#action_12421685 ] 
            
Henri Yandell commented on VFS-70:
----------------------------------

All at once is from the point of view of the site. The building of things in m1 was easy (and seems that way in m2); but being able to generate the site and keeping it uniform across the components was a pig's ear of effort. Also, changing from the old maven recommendation of src/java to the new one of src/main; and moving the docs from xdocs/ to src/site/xdocs (or something like that) gradually isn't very attractive as it'll slow down cross-component pollination

Then again - the sandbox has a couple of M2 only components in now I think. Exec and OpenPGP; though both do have the Ant builds that some people prefer to use.

Dumb questions on the pom.xml attached (my M2 knowledge is still weaker than I would like):

Shouldn't they inherit some central apache pom?
Why the apache announce list and not the Jakarta list?
The groupId should be org.apache.commons and not org.apache.commons.vfs I think.


> Allow VFS to build with m2 so that it can be deployed to a Maven repository easily
> ----------------------------------------------------------------------------------
>
>                 Key: VFS-70
>                 URL: http://issues.apache.org/jira/browse/VFS-70
>             Project: Commons VFS
>          Issue Type: Task
>         Environment: 1.0RC8-SNAPSHOT
> Note: JIRA versions for Commons VFS is not up to date as there's no 1.0RC8 version defined!
>            Reporter: Vincent Massol
>         Attachments: pom.xml
>
>
> Anyone wanting to build a project using Maven2 will need to find Commons VFS's POM in Apache Maven2 Repositories (which are synced to ibiblio). The Commons VFS PM is currently not in there.
> I'm attaching a pom.xml file which allows building Commons VFS. I'd like to commit it to Commons VFS SVN. Let me know if you're ok for me to do it (I have the commit rights).
> Thanks
> -Vincent

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

        

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


[jira] Updated: (VFS-70) Allow VFS to build with m2 so that it can be deployed to a Maven repository easily

Posted by "Vincent Massol (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/VFS-70?page=all ]

Vincent Massol updated VFS-70:
------------------------------

    Attachment: pom.xml

First working version of a Maven 2 POM for Commons VFS.

> Allow VFS to build with m2 so that it can be deployed to a Maven repository easily
> ----------------------------------------------------------------------------------
>
>                 Key: VFS-70
>                 URL: http://issues.apache.org/jira/browse/VFS-70
>             Project: Commons VFS
>          Issue Type: Task
>         Environment: 1.0RC8-SNAPSHOT
> Note: JIRA versions for Commons VFS is not up to date as there's no 1.0RC8 version defined!
>            Reporter: Vincent Massol
>         Attachments: pom.xml
>
>
> Anyone wanting to build a project using Maven2 will need to find Commons VFS's POM in Apache Maven2 Repositories (which are synced to ibiblio). The Commons VFS PM is currently not in there.
> I'm attaching a pom.xml file which allows building Commons VFS. I'd like to commit it to Commons VFS SVN. Let me know if you're ok for me to do it (I have the commit rights).
> Thanks
> -Vincent

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

        

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


[jira] Resolved: (VFS-70) Allow VFS to build with m2 so that it can be deployed to a Maven repository easily

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/VFS-70?page=all ]

Henri Yandell resolved VFS-70.
------------------------------

    Resolution: Fixed

svn ci -m "Adding Vincent Massol's pom file from #VFS-70. Some changes - the groupId is org.apache.c
ommons and not org.apache.commons.vfs and I've removed the announce section. " pom.xml 

Adding         pom.xml
Transmitting file data .
Committed revision 428857.

> Allow VFS to build with m2 so that it can be deployed to a Maven repository easily
> ----------------------------------------------------------------------------------
>
>                 Key: VFS-70
>                 URL: http://issues.apache.org/jira/browse/VFS-70
>             Project: Commons VFS
>          Issue Type: Task
>         Environment: 1.0RC8-SNAPSHOT
> Note: JIRA versions for Commons VFS is not up to date as there's no 1.0RC8 version defined!
>            Reporter: Vincent Massol
>         Attachments: pom.xml
>
>
> Anyone wanting to build a project using Maven2 will need to find Commons VFS's POM in Apache Maven2 Repositories (which are synced to ibiblio). The Commons VFS PM is currently not in there.
> I'm attaching a pom.xml file which allows building Commons VFS. I'd like to commit it to Commons VFS SVN. Let me know if you're ok for me to do it (I have the commit rights).
> Thanks
> -Vincent

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

        

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


[jira] Commented: (VFS-70) Allow VFS to build with m2 so that it can be deployed to a Maven repository easily

Posted by "Vincent Massol (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/VFS-70?page=comments#action_12421682 ] 
            
Vincent Massol commented on VFS-70:
-----------------------------------

Henri, why do you want to have everything at once for all commons projects? That's never going to happen... It's just too hard. Why not use a divide and conquer approach?

I have attached a valid pom.xml for commons-vfs. Why not commit for now and use it to deploy it to the apache m2 repo?

Thanks
-Vincent


> Allow VFS to build with m2 so that it can be deployed to a Maven repository easily
> ----------------------------------------------------------------------------------
>
>                 Key: VFS-70
>                 URL: http://issues.apache.org/jira/browse/VFS-70
>             Project: Commons VFS
>          Issue Type: Task
>         Environment: 1.0RC8-SNAPSHOT
> Note: JIRA versions for Commons VFS is not up to date as there's no 1.0RC8 version defined!
>            Reporter: Vincent Massol
>         Attachments: pom.xml
>
>
> Anyone wanting to build a project using Maven2 will need to find Commons VFS's POM in Apache Maven2 Repositories (which are synced to ibiblio). The Commons VFS PM is currently not in there.
> I'm attaching a pom.xml file which allows building Commons VFS. I'd like to commit it to Commons VFS SVN. Let me know if you're ok for me to do it (I have the commit rights).
> Thanks
> -Vincent

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

        

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


[jira] Commented: (VFS-70) Allow VFS to build with m2 so that it can be deployed to a Maven repository easily

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/VFS-70?page=comments#action_12421680 ] 
            
Henri Yandell commented on VFS-70:
----------------------------------

Biggest issue here is one of trying to have an M2 build system for all of Commons and not have it be on a per component basis. We've been testing out M2 in the Sandbox, but haven't embraced it yet.

The POMs in the Maven2 repositories are probably not hugely useful as they're the project.xml->pom.xml conversions that get done for ibiblio.

> Allow VFS to build with m2 so that it can be deployed to a Maven repository easily
> ----------------------------------------------------------------------------------
>
>                 Key: VFS-70
>                 URL: http://issues.apache.org/jira/browse/VFS-70
>             Project: Commons VFS
>          Issue Type: Task
>         Environment: 1.0RC8-SNAPSHOT
> Note: JIRA versions for Commons VFS is not up to date as there's no 1.0RC8 version defined!
>            Reporter: Vincent Massol
>         Attachments: pom.xml
>
>
> Anyone wanting to build a project using Maven2 will need to find Commons VFS's POM in Apache Maven2 Repositories (which are synced to ibiblio). The Commons VFS PM is currently not in there.
> I'm attaching a pom.xml file which allows building Commons VFS. I'd like to commit it to Commons VFS SVN. Let me know if you're ok for me to do it (I have the commit rights).
> Thanks
> -Vincent

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

        

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