diff --git a/eclipse/plugin.properties b/eclipse/plugin.properties index 27f35807..47b6359b 100644 --- a/eclipse/plugin.properties +++ b/eclipse/plugin.properties @@ -1,5 +1,5 @@ # ------------------------------------------------------------------- -# Copyright 2001-2004 The Apache Software Foundation. +# Copyright 2001-2006 The Apache Software Foundation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -24,6 +24,7 @@ # This accepts two values: 'all' for all the goals, # and 'plugins' to generate only the plugins' default goals. maven.eclipse.goals = plugins +maven.eclipse.project.name=${pom.artifactId} maven.gen.src=${maven.build.dir}/generated-sources maven.eclipse.src.extension = zip maven.eclipse.src.download = true diff --git a/eclipse/src/plugin-resources/templates/project.jelly b/eclipse/src/plugin-resources/templates/project.jelly index d81cf20d..8b959d40 100644 --- a/eclipse/src/plugin-resources/templates/project.jelly +++ b/eclipse/src/plugin-resources/templates/project.jelly @@ -1,7 +1,7 @@