pom.xml

Diff Revision Date Message Lines Author Branch
3222 26 Apr 09

Archetypes now contain all source from web modules. No more maven-warpath-plugin needed.

deleted Matt Raible trunk
3217 25 Apr 09

Changed to use AppFuse group on Sonatype's Nexus.

+2 -2 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.

+4 -8 Matt Raible trunk
3193 16 Dec 08

APF-1121: Upgrade to H2 1.0.79

+1 -1 Matt Raible trunk
3191 12 Dec 08

APF-1046: Upgraded Tomcat version used by Cargo to 6.0.18.

+1 -1 Matt Raible trunk
3187 12 Dec 08

Exclude ApplicationResources*.properties from war overlay (in case the WAR has newer files). Also fixed APF-1073 - replacing ${java.io.tmpdir} with /tmp.

+2 -2 Matt Raible trunk
3156 10 May 08

Preparing for next development iteration

+1 -1 Matt Raible trunk
3146 10 May 08

Preparing for Release 2.0.2

+1 -1 Matt Raible trunk
3136 05 May 08

APF-1046: Reverting to Tomcat 6.0.14 to see if it fixes Bamboo and because 6.0.16 spits out invalid error messages on startup: http://www.mail-archive.com/dev@tomcat.apache.org/msg23389.html

+1 -1 Matt Raible trunk
3134 05 May 08

APF-1061: Upgrade to Canoo Web Test R_1702 which has *much* better JavaScript support. APF-946: Upgrade to Scriptaculous 1.8.1

+1 -1 Matt Raible trunk
3132 05 May 08

APF-943: Upgraded jMock to 2.4.0

+8 -2 Matt Raible trunk
3100 01 May 08

APF-1056: Upgraded to Maven Eclipse Plugin 2.5.1

+1 -1 Matt Raible trunk
3098 30 Apr 08

APF-1055: Upgraded to Spring 2.5.4

+1 -1 Matt Raible trunk
3083 08 Apr 08

APF-1043: Upgrade to Spring 2.5.3

+1 -1 Matt Raible trunk
3082 08 Apr 08

APF-1046: Upgrade to Tomcat 6.0.16

+1 -1 Matt Raible trunk
3079 19 Mar 08

APF-1029: Upgrade to Spring 2.5.2

+2 -2 Matt Raible trunk
3069 28 Nov 07

APF-964: Upgraded h2 database profile to use H2 1.0.62. APF-966: Changed HSQLDB and H2 to use {java.io.tmpdir}/databasename for their jdbc.url so the database will be available across modules/tests

+2 -2 Matt Raible trunk
3063 24 Nov 07

Preparing for next development iteration

+1 -1 Matt Raible trunk
3059 24 Nov 07

Preparing for 2.0.1 Release

+1 -1 Matt Raible trunk
3046 24 Nov 07

APF-666: Changed JPA and Hibernate to use SimpleJdbcTemplate for fetching user's password to avoid duplicate User objects in same session

+1 -1 Matt Raible trunk
3043 13 Nov 07

APF-945: Upgraded to Spring 2.5 and changed to use fine-grained Spring dependencies instead of Spring's uber spring.jar

+1 -1 Matt Raible trunk
3042 13 Nov 07

APF-945: Fixed Spring version in Archetypes

+1 -1 Matt Raible trunk
3026 08 Oct 07

APF-931: Changed to use MySQL5InnoDBDialect by default

+1 -1 Matt Raible trunk
3025 08 Oct 07

APF-926: Upgraded to Spring 2.0.7

+1 -1 Matt Raible trunk
3007 18 Sep 07

Preparing for next development iteration

+1 -1 Matt Raible trunk
3002 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

+1 -1 Matt Raible trunk
3000 18 Sep 07

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

+1 -1 Matt Raible trunk
2955 15 Sep 07

APF-718: Changed test data to use negative keys to avoid unique constraint violations on Oracle. Also added "prod" profile to allow loading default data and to serve as a placeholder for other production-related settings. NOTE: I chose to keep the name "sample-data.xml" instead of changing it to test-data.xml. It seems like a pretty risky change this late in the game of releasing 2.0.

+19 Matt Raible trunk
2933 06 Sep 07

APF-874: Changed groupId from org.appfuse back to org.codehaus.mojo. If we want to allow users to type "appfuse:*", they'll need to register the plugin in their ~/.m2/settings.xml with this change. Therefore, I'm reverting to org.codehaus.mojo as its easier for users. We won't be able to upload AMP to Maven's central repo until we move to Codehaus, but that's OK IMO. After more IRC discussions, it appears it *is* possible to distribute this plugin w/o requiring users to modify settings.xml, but the fact that we're already using org.codehaus.mojo causes that one to always be picked up first. Since we're approaching 2.0, I'm going to leave it as org.codehaus.org for now. We can rename it to something else when Maven allows the search order to be configurable or we're ready to remove it completely from AppFuse's repository. Another option is to get everything in Maven's central repository and disable AppFuse's repository so the new one is found instead.

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

+18 -18 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
2914 03 Sep 07

APF-868: Added JDBC Driver as a dependency to AMP (for gen-model) as a workaround for not being able to use the JDBC Driver from the project's classpath.

+9 Matt Raible trunk
2913 03 Sep 07

Fixed database names in profiles.

+5 -5 Matt Raible trunk
2879 30 Aug 07

APF-862: Upgraded to JUnit 4.4

+1 -1 Matt Raible trunk
2877 30 Aug 07

APF-818: Upgraded to Spring 2.0.6

+1 -1 Matt Raible trunk
2867 29 Aug 07

APF-851: Upgraded to Canoo WebTest R_1600 as it uses HtmlUnit 1.13 and has much better JavaScript support

+2 -5 Matt Raible trunk
2839 14 Aug 07

APF-826: Upgraded to Wiser version 1.2.

+1 -1 Matt Raible trunk
2817 11 Jul 07

APF-834: Upgrade to Maven Eclipse Plugin 2.4

+1 -1 Matt Raible trunk
2803 23 Jun 07

APF-823: Upgraded maven-jetty-plugin to 6.1.4 and Cargo's Tomcat version to 6.0.13. APF-824: Changed maven-jetty-plugin to use scanTargetPattern instead of scanTarget.

+324 Matt Raible trunk
2799 23 Jun 07

APF-822: Upgrade to Maven IDEA Plugin 2.1

+1 -1 Matt Raible trunk
2747 29 May 07

APF-781 and APF-782: Upgraded UrlRewriteFilter to 3.0.4 and changed all references from Maven 2.0.4 to Maven 2.0.6.

+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
2706 22 May 07

APF-756: Configured maven-pmd-plugin for JDK 5

+4 Matt Raible trunk
2688 15 May 07

Added configuration settings for AMP (genericCore and fullSource flags)

+11 -5 Matt Raible trunk
2682 08 May 07

APF-738 and APF-727: Upgrade to DWR 2.0.1 and Spring 2.0.5

+1 -1 Matt Raible trunk
2675 08 May 07

Changed to use appfuse-maven-plugin based on Hibernate3

+1 -1 Matt Raible trunk
2650 26 Apr 07

APF-740: Reverted to version 2.0 of cobertura-maven-plugin since it actually works

+1 Matt Raible trunk
2634 07 Apr 07

APF-594: Changed ${artifactId} to ${artifactId.replaceAll('-','_')} to solve problem when projects are created with dashes.

+1 -1 Matt Raible trunk
2611 29 Mar 07

APF-565: Fixed DAO framework switching problem by excluding appfuse-hibernate (the default) and then adding the dependency back in with a ${dao.framework} variable taht will be read from the local pom.xml. Here's the code to change existing projects: <dependency> <groupId>org.appfuse</groupId> <artifactId>appfuse-${web.framework}</artifactId> <version>${appfuse.version}</version> <type>warpath</type> <!-- This exclusion and the dependency following this one allow DAO framework switching. --> <!-- You only need these if you want to use JPA or iBATIS. See APF-565 for more information. --> <!-- It does no harm to leave it in for Hibernate, but it's not needed. --> <exclusions> <exclusion> <groupId>org.appfuse</groupId> <artifactId>appfuse-hibernate</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.appfuse</groupId> <artifactId>appfuse-${dao.framework}</artifactId> <version>${appfuse.version}</version> </dependency>

+1 Matt Raible trunk
2596 23 Mar 07

Polishing: tabs -> spaces

+10 -10 Matt Raible trunk
2593 22 Mar 07

Updated to version 2.0-m5-SNAPSHOT

+1 -1 Matt Raible trunk
2587 22 Mar 07

AppFuse 2.0-M3 Release

+1 -5 Matt Raible trunk
2576 21 Mar 07

APF-699: Upgraded to MySQL 5.0.5

+1 -1 Matt Raible trunk
2575 21 Mar 07

Re-arranged properties in pom.xml for readability.

+23 -22 Matt Raible trunk
2569 12 Mar 07

APF-692: Fixed Tomcat download URL and upgraded to 5.5.23

+1 -1 Matt Raible trunk
2567 11 Mar 07

APF-691: Upgraded to Spring 2.0.3 and Spring Modules 0.8

+1 -1 Matt Raible trunk
2533 02 Mar 07

APF-672: Changed archetype version numbers to be inline with AppFuse version number

+1 -1 Matt Raible trunk
2520 27 Feb 07

APF-663: Moved ${copyright.year} into ApplicationResources.properties instead of parsing footer.jsp

+2 Matt Raible trunk
2496 16 Feb 07

APF-584: Got Derby working in Networked mode and added profile to archetypes

+13 Matt Raible trunk
2495 16 Feb 07

APF-584: Fixed issue with Oracle profile and added to archetypes

+15 Matt Raible trunk
2494 14 Feb 07

APF-646: Upgraded to maven-compiler-plugin 2.0.2

+1 -1 Matt Raible trunk
2490 14 Feb 07

Changed database profiles to be in alphabetical order

+28 -28 Matt Raible trunk
2489 14 Feb 07

APF-584: Added SQL Server, H2 and HSQLDB as profiles to archetypes. Tested and certified to work against Hibernate implementation. Couldn't get Oracle Express to work (http://www.nabble.com/AppFuse-2.0-with-Oracle-Express-tf3225784s2369.html), nor Derby Embedded (http://www.nabble.com/Issues-trying-to-use-Embedded-Derby-with-hibernate3-and-dbunit-tf3226221.html).

+47 Matt Raible trunk
2467 08 Feb 07

Fixed version for warpath plugin and changed appfuse-maven-plugin's version to match appfuse.version since they should be the same (at least initially).

+1 -1 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
2422 02 Feb 07

APF-609: Moved WebTests to profile that only runs when -Dmaven.test.skip=true is not passed on. Changed activation on Cargo so it only runs when -Dmaven.test.skip=true is not passed in. This means you can run "mvn -Dmaven.test.skip" from the top-level directory and install AppFuse in 1:19 instead of 7 minutes+!

+41 -1 Matt Raible trunk
2414 31 Jan 07

APF-606: Fixed issue with dbunit plugin executing before Hibernate and upgraded WTP to 1.5

+1 -1 Matt Raible trunk
2389 24 Jan 07

Upgraded archetypes to Spring 2.0.2

+1 -1 Matt Raible trunk
2345 22 Jan 07

Added plugin version numbers, as well as Eclipse and IDE plugins to archetypes. http://www.nabble.com/Maven-Plugins-and-Version-Numbers-tf3051399s2369.html

+26 Matt Raible trunk
2313 12 Jan 07

Changed version back to SNAPSHOT for M3 development

+1 -1 Matt Raible trunk
2310 12 Jan 07

Preparing for 2.0 M2 Release

+1 -1 Matt Raible trunk
2308 11 Jan 07

Removed WEB-INF/applicationContext-resources.xml as its a duplicate of src/main/resouces/applicationContext-resources.xml in web/common/src/main/resources. Changed web.xml and test cases to match. Also added provided dependencies to archetypes so web-tier junit tests are possible.

+2 Matt Raible trunk
2267 05 Jan 07

APF-564: Split modular archetype into 4 different archetypes, one for each web framework

+1 -1 Matt Raible trunk
2266 05 Jan 07

APF-564: Split modular archetype into 4 different archetypes, one for each web framework

+170 Matt Raible trunk