pom.xml

Diff Revision Date Message Lines Author Branch
3316 17 Nov 09

[maven-release-plugin] prepare for next development iteration

+4 -4 Matt Raible trunk
3314 17 Nov 09

[maven-release-plugin] prepare release APPFUSE_2.1.0-M1

+4 -4 Matt Raible trunk
3282 01 Nov 09

Use properties in versions for dependencies defined in main pom.xml.

+4 -4 Matt Raible trunk
3251 23 Oct 09

Upgrades to dependencies and plugins thanks to the versions-maven-plugin (http://mojo.codehaus.org/versions-maven-plugin): Plugins: aspectj-maven-plugin 1.1 -> 1.2 dbunit-maven-plugin 1.0-beta-1 -> 1.0-beta-3 maven-eclipse-plugin 2.5.1 -> 2.7 maven-idea-plugin 2.1 -> 2.2 maven-jetty-plugin 6.1.14 -> 6.1.21 Dependencies: aspectj 1.6.2 -> 1.6.6 commons-beanutils 1.8.0 -> 1.8.1 ehcache 1.5.0 -> 1.7.0 myfaces 1.2.6 -> 1.2.7 myfaces-tomahawk 1.1.8 -> 1.1.9 sitemesh 2.4 -> 2.4.2 struts 2.1.6 -> 2.1.8 Also changed default Cargo container back to Tomcat (from Jetty) because of issues with JSF and because Tomcat is taking over the world. Slowly but surely.

+1 -1 Matt Raible trunk
3237 02 May 09

Tapestry basic now passing with AMP tests. However, there's still lots of work to do. 1. Fix AppModule so required fields show up with asterisk. 2. Modify *Form.java so fields are required (should fix #1). 3. Write tests in standard web/tapestry module, as well as for AMP.

+17 -171 Matt Raible trunk
3228 27 Apr 09

Fixed archetype generation process

+22 -22 Matt Raible trunk
3215 24 Apr 09

Upgraded to SiteMesh 2.4 (APF-1128) and require Maven 2.1.0 as a minimum version (APF-1101)

+1 -1 Matt Raible trunk
3213 24 Apr 09

Changed web modules to use sources from web-common module instead of using warpath plugin. Archetypes still not working (http://www.nabble.com/Is-it-possible-to-add-files-to-an-archetype-from-other-directories--td23212840.html#a23212840). Would love to get to a state where the archetypes only have a pom.xml and read sources from web modules.

+2 -2 Matt Raible trunk
3161 10 Aug 08

APF-1083: Upgrade to Ant 1.7.1

+6 -6 Matt Raible trunk
3155 10 May 08

[maven-release-plugin] prepare for next development iteration

+4 -4 Matt Raible trunk
3152 10 May 08

[maven-release-plugin] prepare release APPFUSE_2.0.2

+4 -4 Matt Raible trunk
3150 10 May 08

[maven-release-plugin] rollback the release of APPFUSE_2.0.2

+1 -1 Matt Raible trunk
3149 10 May 08

[maven-release-plugin] prepare for next development iteration

+4 -4 Matt Raible trunk
3147 10 May 08

[maven-release-plugin] prepare release APPFUSE_2.0.2

+4 -4 Matt Raible trunk
3139 10 May 08

maven-hibernate3-plugin 2.1 requires explicity dependency on log4j

+5 Matt Raible trunk
3138 10 May 08

APF-969: Added appfuse:copy-templates to copy templates from SVN into local project

+2 -2 Matt Raible trunk
3062 24 Nov 07

[maven-release-plugin] prepare for next development iteration

+4 -4 Matt Raible trunk
3060 24 Nov 07

[maven-release-plugin] prepare release APPFUSE_2.0.1

+4 -4 Matt Raible trunk
3012 20 Sep 07

APF-907: Fixed couldn't rename temporary file issue by upgrading to Ant 1.7.0

+5 -5 Matt Raible trunk
3006 18 Sep 07

[maven-release-plugin] prepare for next development iteration

+4 -4 Matt Raible trunk
3004 18 Sep 07

[maven-release-plugin] prepare release APPFUSE_2.0

+4 -4 Matt Raible trunk
3003 18 Sep 07

Preparing for 2.0 Release

+1 -1 Matt Raible trunk
3001 18 Sep 07

Removing changes from revision 3000 - some files had old code in them

+2 -3 Matt Raible trunk
3000 18 Sep 07

Release 2.0 - with all the versions changed this time. ;-)

+3 -2 Matt Raible trunk
2988 18 Sep 07

[maven-release-plugin] prepare for next development iteration

+4 -4 Matt Raible trunk
2986 18 Sep 07

[maven-release-plugin] prepare release APPFUSE_2.0

+5 -6 Matt Raible trunk
2932 06 Sep 07

APF-876: Fixed full-source on Windows (hopefully)

+68 -9 Matt Raible trunk
2926 05 Sep 07

APF-874: Changed the appfuse-maven-plugin's groupId to org.appfuse. In order to get the appfuse-maven-plugin uploaded to Maven's Central repository, it can't have org.codehaus.mojo as its groupId. The original reason I started using this groupId is because I couldn't get the "appfuse" prefix to work w/o it. Now the prefix seems to work fine (at least locally). http://jira.codehaus.org/browse/MAVENUPLOAD-1701 NOTE: We realize it makes good sense to change the groupIds to be more specific than "org.appfuse" for many of AppFuse's modules. However, it seems somewhat risky to do this late in the 2.0 game. If we do decide to change them, we'll likely do it for 2.1. Please comment on the following thread if you have any opinions on this: http://www.nabble.com/Thinking-out-loud-about-groupIds-tf4387544s2369.html

+13 -71 Matt Raible trunk
2922 04 Sep 07

Change version to 2.0-SNAPSHOT.

+1 -1 Matt Raible trunk
2920 03 Sep 07

AppFuse 2.0 RC1 Release

+1 -1 Matt Raible trunk
2911 03 Sep 07

APF-866: Fixed location of where appfuse-maven-plugin is deployed to.

+1 -1 Matt Raible trunk
2910 02 Sep 07

APF-757: Added support for JPA to AMP. Currently, iBATIS and JPA are only tested against the "gen" goal and not "full-source". The full-source goal should work, but I'm skipping testing because I know it might take quite some time to test/fix and I'd rather get 2.0 RC1 out the door. ;-)

+5 -5 Matt Raible trunk
2872 30 Aug 07

APF-861: While working at Checkmate Technologies (http://checkmate-tech.blogspot.com) earlier this year, I did a lot of work to fix Checkstyle issues in the data, hibernate, service and web (Struts 2) layers of AppFuse. They've agreed to donate this code - thanks guys!

+3 Matt Raible trunk
2826 06 Aug 07

APF-842: Upgraded to hibernate3-maven-plugin version 2.0-alpha-2

+3 -3 Matt Raible trunk
2825 31 Jul 07

Fixed path to plugins publishing directory

+5 -5 Matt Raible trunk
2818 13 Jul 07

APF-835: Resolved Dependency Convergence issues

+17 -6 Matt Raible trunk
2816 07 Jul 07

APF-833: Upgraded to Commons IO 1.3.2

Matt Raible trunk
2799 23 Jun 07

APF-822: Upgrade to Maven IDEA Plugin 2.1

+1 -1 Matt Raible trunk
2745 25 May 07

Changed version to 2.0-rc1-SNAPSHOT (and 1.0-rc1-SNAPSHOT for maven-warpath-plugin)

+1 -1 Matt Raible trunk
2730 23 May 07

AppFuse 2.0 M5 Release

+1 -1 Matt Raible trunk
2703 22 May 07

APF-490: Polishing based on PMD Report

+2 -2 Matt Raible trunk
2702 22 May 07

APF-490: Documentation for AppFuse Maven Plugin

+79 -2 Matt Raible trunk
2697 21 May 07

APF-675: Added "full-source" plugin that pulls AppFuse's source from SVN and replaces AppFuse dependencies with one from the pom.xml's it pulls in. Current only tested with basic projects. Modular support coming in next release. You can test both AMP and the Full Source plugin using Ant targets in plugins/appfuse-maven-plugin/build.xml. Just run "ant -p" in the appfuse-maven-plugin directory to see all the options. Reading the source code of build.xml will show issues that currently exist (amp requires you to copy hibernate.cfg.xml to the "web/src/main/resources" directory on a modular project. Also, the full source plugin has not been modified to work with (or tested on) modular projects.

+13 -2 Matt Raible trunk
2694 21 May 07

Began working on "full-source" mojo. It's far from complete - SVN export works, but there's lots of pom.xml manipulation that still needs to happen.

+5 Matt Raible trunk
2684 09 May 07

* Added "gen-core" and "gen-web" and renamed "gen-ui" (the motherload) to "gen". The "install" mojo is still not aware of core vs. web, so you'll get errors about missing files if you try to use it with anything but "gen". * Fixed templates and install (non generics-based) install for backend. Remaining items todo: ------------------------- * Add logic to Action/Controller templates that generate different setters/imports for generic/impl * aggregate "gen and install" so they can be run in single call vs. two separate ones (lifecycles?) * get working with other web frameworks (only tested with Struts 2) * get working with other persistence frameworks (only tested with Hibernate) * get working with modular projects * modify install mojo to handle gen-core and gen-web * Call ModelGeneratorMojo from AppFuseGeneratorMojo to generate from db

+199 Matt Raible trunk
2683 08 May 07

Removed AMP from Sandbox to eliminate confusion

deleted Matt Raible trunk
2680 08 May 07

Override Codehaus locations for distribution

+18 Matt Raible trunk
2679 08 May 07

Fixed dependencies: alpha-6 breaks tests

+5 Matt Raible trunk
2677 08 May 07

Fixed dependencies: alpha-6 breaks tests

+1 -17 Matt Raible trunk
2674 08 May 07

Code generation plugin based on Hibernate3 Plugin, Hibernate Tools and previous AppFuse Maven Plugin (especially for installation code)

+193 Matt Raible trunk
2673 08 May 07

Removed Ant-tasks based version of plugin in favor of one based on Hibernate3 (less flexible, but better for initial implementation IMO)

deleted Matt Raible trunk
2622 02 Apr 07

Customized Hibernate Tool's FreeMarker templates to match tutorial code. Lots of beautification and general hacks since Hibernate Tools doesn't work that well with annotations.

+146 -146 Matt Raible trunk
2593 22 Mar 07

Updated to version 2.0-m5-SNAPSHOT

+2 -2 Matt Raible trunk
2587 22 Mar 07

AppFuse 2.0-M3 Release

+2 -2 Matt Raible trunk
2542 04 Mar 07

Update for new generation plan with tasks and java integration to the hibernate tools ant tasks

+13 -40 scryan trunk
2503 18 Feb 07

Fixed issue with missing Hibernate Dialect

Matt Raible trunk
2501 18 Feb 07

add sample of code generation with templates

+15 scryan trunk
2499 18 Feb 07

Update to allow ant based mojos

+173 -141 scryan trunk
2482 13 Feb 07

Polishing

-5 Matt Raible trunk
2454 07 Feb 07

Changed version to 2.0-m4-SNAPSHOT

+2 -2 Matt Raible trunk
2449 06 Feb 07

Changed version to 2.0-m3

+2 -2 Matt Raible trunk
2346 22 Jan 07

added ant-optional jar dependency

+5 dlwhitehurst trunk
2313 12 Jan 07

Changed version back to SNAPSHOT for M3 development

+2 -2 Matt Raible trunk
2310 12 Jan 07

Preparing for 2.0 M2 Release

+2 -2 Matt Raible trunk
2280 08 Jan 07

removed extract goal

-29 dlwhitehurst trunk
2235 03 Jan 07

refactored ant script name

+7 -1 dlwhitehurst trunk
2234 03 Jan 07

revised location of jdbc properties and comments

+5 -6 dlwhitehurst trunk
2224 03 Jan 07

added mvn extract:extract

+38 -7 dlwhitehurst trunk
2174 20 Dec 06

APF-554: Configured plugins so sites can be deployed to http://static.appfuse.org/plugins using 'mvn deploy

+16 Matt Raible trunk
2169 19 Dec 06

Synched up Hibernate and MySQL versions

+4 -32 Matt Raible trunk
2111 02 Dec 06

Changed from mojo as a parent to AppFuse as a parent

+9 -63 Matt Raible trunk
2037 15 Nov 06

refactor names, spelling

+98 -3 dlwhitehurst trunk
2022 14 Nov 06

URI issue with POM schema. Non issue.

+1 -1 dlwhitehurst trunk
2021 14 Nov 06

fixing documentation for site

+18 -1 dlwhitehurst trunk
2011 13 Nov 06

Changed "Appfuse" to "AppFuse" ;-)

+25 -6 Matt Raible trunk
2009 13 Nov 06

Moved appfuse plugin from basedir to plugins dir

+75 Matt Raible trunk
2005 12 Nov 06

Initial checkin of code.

+75 scryan trunk
2666 08 May 07

Sample data and Spring bean installation complete (only tested with Struts 2)

+6 Matt Raible root:
2665 07 May 07

No need to upgrade FreeMarker

-6 Matt Raible root:
2664 07 May 07

i18n generation now working

+8 -1 Matt Raible root:
2663 07 May 07

Rearranged to be more like AppFuse pom.xml's

+66 -66 Matt Raible root:
2660 07 May 07

Began creating installer plugin (only copies .java files so far, still need to merge XML)

+41 -1 Matt Raible root:
2657 07 May 07

Struts 2 form and view completed, as well as data helper for generating DbUnit sample data.

+4 -17 Matt Raible root:
2656 02 May 07

All templates now generate correctly (except need to figure out how to properly escape JSTL's ${} with FreeMarker). Also added "gen-model" goal for generating POJOs from database tables.

+24 -7 Matt Raible root:
2630 05 Apr 07

Vegas baby!

+2 -2 Matt Raible root:
2625 04 Apr 07

Added appfuse-maven-plugin based on hibernate3-maven-plugin to sandbox

+142 Matt Raible root: