Hi all,
I just release a new version of our parent poms.
To update, change your pom:
<parent>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-parent-pom-[community|enterprise|internal|
project]</artifactId>
<version>8</version>
</parent>
Here's a quick summary of the changes:
* I moved java version configuration to a single property: $
{javaVersion}. If you want to build your project/module against 1.5,
simply add a <javaVersion>1.5</javaVersion> property. (I just did that
in the trunk of the main Magnolia project). The default is still 1.4,
so that all modules can update to the new version of the parent pom
without breaking compatibility (all of them still depend on 4.0, which
is meant to be built against 1.4, except the trunk of dms)
* Removed <description> tags from the parent poms: since those are
inherited, if a project/module didn't override it, it ended up with a
silly and irrelevant description in its README files.
For ee and internal developers:
* Projects and modules using the info.magnolia:magnolia-parent-pom-
enterprise parent pom will now be deployed to http://repo.magnolia-cms.com/enterprise/
. Transition is insured as all relevant other parent poms (-internal
and -project) now have both the new /enterprise repo and the old /
restricted repo (which shouldn't be used anymore - contact me if
doubts about this)
Cheers,
-g
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------