You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by dkulp <gi...@git.apache.org> on 2014/07/09 04:01:46 UTC

[GitHub] activemq pull request: Load into M2E, update to Java 7

GitHub user dkulp opened a pull request:

    https://github.com/apache/activemq/pull/32

    Load into M2E, update to Java 7

    The changes fall into a few categories:
    1) top level pom has a few updates to update the source/target to 1.7 to make the rest of this actually work
    2) Update the lifecycle-mapping stuff to actually run some of the plugins so that code is properly generated
    3) Change from the jaxb-maven-plugin to CXF's xjc-plugin (which works with java8 without the system property hack).  CXF's xjc-plugin has the lifecycle stuff built in.
    4) Add build-helper plugin to make sure the generated dirs are added all the time so that m2e picks them up.
    
    With the changes, you can git clone a clean activemq and pull it directly into eclipse (providing you have all the scala stuff installed), do a quick Maven -> Refresh Projects (not sure why that is needed), and it all builds without any errors.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dkulp/activemq trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq/pull/32.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #32
    
----
commit 03b90b12389cd51c05b96524da4055196c6c7c73
Author: Daniel Kulp <dk...@apache.org>
Date:   2014-07-08T20:50:18Z

    Update poms to fully load into M2E

commit 5f35cf5ceb3a6506935f7bba266522235c825b46
Author: Daniel Kulp <dk...@apache.org>
Date:   2014-07-08T20:50:18Z

    Update poms to fully load into M2E

commit 8606c028f4afe3e7f35dded8c00809b31b503345
Author: Daniel Kulp <dk...@apache.org>
Date:   2014-07-08T23:34:11Z

    Update to use Java7

commit f4ec5da9445927e1ed5d2cc875d12f4de7ce261b
Author: Daniel Kulp <dk...@apache.org>
Date:   2014-07-08T23:34:11Z

    Update to use Java7

commit 30aa1e76fcc26cbc0fd2344d3dacff4003500b9c
Author: Daniel Kulp <dk...@apache.org>
Date:   2014-07-08T23:40:31Z

    In M2E, we cannot use an unpacked artifact from the reactor (actually, in mvn we cannot either unless you use mvn install, not mvn test)

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq pull request: Load into M2E, update to Java 7

Posted by dkulp <gi...@git.apache.org>.
Github user dkulp closed the pull request at:

    https://github.com/apache/activemq/pull/32


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---