Brett PorterThoughts on Maven and Java from my corner of Sydney, AustraliaMaven's java:compile goal is not found...- March 28, 2004 A few people are reporting this problem due to an old cache being loaded. From the installation instructions, here is the fix: If you are upgrading from a previous version of Maven, you should remove your local plugin directory, specified by MAVEN_HOME_LOCALplugins. The default location for this is HOME.mavenplugins The next Maven release will absolutely recognise this and avoid the need to delete .mavenplugins. I've also fixed the corruption of the cache that can occur by running two...http://blogs.codehaus.org/people/brett/archives/000664_mavens_javacompile_goal_is_not_foun... Maven 1.0 RC2 Released- March 24, 2004 here are the release notes... The Apache Maven team is pleased to announce the release of Maven 1.0 RC2. http:maven.apache.orgstartdownload.html Maven is a Java project management and project comprehension tool. Maven is based on the concept of a project object model (POM). The intent of Maven is to make intra-project development highly manageable in the hopes of providing more time for cross-project development. RC2 is a release candidate for Maven 1.0. The main focus for this release was .http://blogs.codehaus.org/people/brett/archives/000660_maven_10_rc2_released.html |