Maven eclipse plugin

2009-09-23 Thread Anantha Kumaran
hi i am new to eclipse and maven
i followed the wicket wiki  to create a new wicket project

after created the pom i try to create the project using the eclipse plugin
(mvn eclipse:eclipse)
i got the following error

[INFO] Scanning for projects...
[INFO]

[INFO] Building quickstart
[INFO]task-segment: [eclipse:eclipse]
[INFO]

[INFO] Preparing eclipse:eclipse
[INFO] No goals needed for project - skipping
[INFO] [eclipse:eclipse {execution: default-cli}]
[FATAL ERROR] org.apache.maven.plugin.eclipse.EclipsePlugin#execute() caused
a l
inkage error (java.lang.NoClassDefFoundError) and may be out-of-date. Check
the
realms:
[FATAL ERROR] Plugin realm =
app0.child-container[org.apache.maven.plugins:maven
-eclipse-plugin:2.5.1]
urls[0] =
file:/C:/Users/Ananth/.m2/repository/org/apache/maven/plugins/maven-ec
lipse-plugin/2.5.1/maven-eclipse-plugin-2.5.1.jar
urls[1] =
file:/C:/Users/Ananth/.m2/repository/org/codehaus/plexus/plexus-archiv
er/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
urls[2] =
file:/C:/Users/Ananth/.m2/repository/org/codehaus/plexus/plexus-utils/
1.4.5/plexus-utils-1.4.5.jar
urls[3] =
file:/C:/Users/Ananth/.m2/repository/org/codehaus/plexus/plexus-intera
ctivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.jar
urls[4] =
file:/C:/Users/Ananth/.m2/repository/jline/jline/0.9.1/jline-0.9.1.jar

urls[5] =
file:/C:/Users/Ananth/.m2/repository/org/apache/maven/maven-archiver/2
.2/maven-archiver-2.2.jar
urls[6] =
file:/C:/Users/Ananth/.m2/repository/org/codehaus/plexus/plexus-resour
ces/1.0-alpha-4/plexus-resources-1.0-alpha-4.jar
urls[7] =
file:/C:/Users/Ananth/.m2/repository/biz/aQute/bndlib/0.0.145/bndlib-0
.0.145.jar
urls[8] =
file:/C:/Users/Ananth/.m2/repository/org/apache/maven/shared/maven-osg
i/0.2.0/maven-osgi-0.2.0.jar
urls[9] =
file:/C:/Users/Ananth/.m2/repository/org/eclipse/core/resources/3.3.0-
v20070604/resources-3.3.0-v20070604.jar
[FATAL ERROR] Container realm = plexus.core
urls[0] = file:/D:/Program Files/Apache Software
Foundation/apache-maven-2.2.0/l
ib/maven-2.2.0-uber.jar
[INFO]

[ERROR] FATAL ERROR
[INFO]

[INFO] org/eclipse/core/internal/localstore/SafeChunkyInputStream
org.eclipse.core.internal.localstore.SafeChunkyInputStream
[INFO]

[INFO] Trace
java.lang.NoClassDefFoundError:
org/eclipse/core/internal/localstore/SafeChunkyI
nputStream
at
org.apache.maven.plugin.eclipse.EclipsePlugin.getWorkspaceConfigurati
on(EclipsePlugin.java:1473)
at
org.apache.maven.plugin.eclipse.EclipsePlugin.fillDefaultClasspathCon
tainers(EclipsePlugin.java:1222)
at
org.apache.maven.plugin.eclipse.EclipsePlugin.setup(EclipsePlugin.jav
a:753)
at
org.apache.maven.plugin.ide.AbstractIdeSupportMojo.execute(AbstractId
eSupportMojo.java:483)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
nManager.java:483)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
ultLifecycleExecutor.java:678)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandalone
Goal(DefaultLifecycleExecutor.java:553)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
ltLifecycleExecutor.java:523)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
dleFailures(DefaultLifecycleExecutor.java:371)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
ts(DefaultLifecycleExecutor.java:332)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
fecycleExecutor.java:181)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:4
1)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)

at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: java.lang.ClassNotFoundException:
org.eclipse.core.internal.localstor
e.SafeChunkyInputStream
at java.net.URLClassLoader$1.run(URLClassLoader.java:200

Re: Maven eclipse plugin

2009-09-23 Thread Dane Laverty
What do you mean after created the pom? If you're following the guide
here,
http://cwiki.apache.org/WICKET/windows-guide-to-installing-wicket-on-eclipse-with-maven.html,
you shouldn't have to create the pom manually. The mvn
archetype:create
command will do that for you.

Dane

On Wed, Sep 23, 2009 at 8:00 AM, Anantha Kumaran
ananthakuma...@gmail.comwrote:

 hi i am new to eclipse and maven
 i followed the wicket wiki  to create a new wicket project

 after created the pom i try to create the project using the eclipse plugin
 (mvn eclipse:eclipse)
 i got the following error

 [INFO] Scanning for projects...
 [INFO]
 
 [INFO] Building quickstart
 [INFO]task-segment: [eclipse:eclipse]
 [INFO]
 
 [INFO] Preparing eclipse:eclipse
 [INFO] No goals needed for project - skipping
 [INFO] [eclipse:eclipse {execution: default-cli}]
 [FATAL ERROR] org.apache.maven.plugin.eclipse.EclipsePlugin#execute()
 caused
 a l
 inkage error (java.lang.NoClassDefFoundError) and may be out-of-date. Check
 the
 realms:
 [FATAL ERROR] Plugin realm =
 app0.child-container[org.apache.maven.plugins:maven
 -eclipse-plugin:2.5.1]
 urls[0] =
 file:/C:/Users/Ananth/.m2/repository/org/apache/maven/plugins/maven-ec
 lipse-plugin/2.5.1/maven-eclipse-plugin-2.5.1.jar
 urls[1] =
 file:/C:/Users/Ananth/.m2/repository/org/codehaus/plexus/plexus-archiv
 er/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
 urls[2] =
 file:/C:/Users/Ananth/.m2/repository/org/codehaus/plexus/plexus-utils/
 1.4.5/plexus-utils-1.4.5.jar
 urls[3] =
 file:/C:/Users/Ananth/.m2/repository/org/codehaus/plexus/plexus-intera
 ctivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.jar
 urls[4] =
 file:/C:/Users/Ananth/.m2/repository/jline/jline/0.9.1/jline-0.9.1.jar

 urls[5] =
 file:/C:/Users/Ananth/.m2/repository/org/apache/maven/maven-archiver/2
 .2/maven-archiver-2.2.jar
 urls[6] =
 file:/C:/Users/Ananth/.m2/repository/org/codehaus/plexus/plexus-resour
 ces/1.0-alpha-4/plexus-resources-1.0-alpha-4.jar
 urls[7] =
 file:/C:/Users/Ananth/.m2/repository/biz/aQute/bndlib/0.0.145/bndlib-0
 .0.145.jar
 urls[8] =
 file:/C:/Users/Ananth/.m2/repository/org/apache/maven/shared/maven-osg
 i/0.2.0/maven-osgi-0.2.0.jar
 urls[9] =
 file:/C:/Users/Ananth/.m2/repository/org/eclipse/core/resources/3.3.0-
 v20070604/resources-3.3.0-v20070604.jar
 [FATAL ERROR] Container realm = plexus.core
 urls[0] = file:/D:/Program Files/Apache Software
 Foundation/apache-maven-2.2.0/l
 ib/maven-2.2.0-uber.jar
 [INFO]
 
 [ERROR] FATAL ERROR
 [INFO]
 
 [INFO] org/eclipse/core/internal/localstore/SafeChunkyInputStream
 org.eclipse.core.internal.localstore.SafeChunkyInputStream
 [INFO]
 
 [INFO] Trace
 java.lang.NoClassDefFoundError:
 org/eclipse/core/internal/localstore/SafeChunkyI
 nputStream
at
 org.apache.maven.plugin.eclipse.EclipsePlugin.getWorkspaceConfigurati
 on(EclipsePlugin.java:1473)
at
 org.apache.maven.plugin.eclipse.EclipsePlugin.fillDefaultClasspathCon
 tainers(EclipsePlugin.java:1222)
at
 org.apache.maven.plugin.eclipse.EclipsePlugin.setup(EclipsePlugin.jav
 a:753)
at
 org.apache.maven.plugin.ide.AbstractIdeSupportMojo.execute(AbstractId
 eSupportMojo.java:483)
at
 org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
 nManager.java:483)
at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
 ultLifecycleExecutor.java:678)
at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandalone
 Goal(DefaultLifecycleExecutor.java:553)
at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
 ltLifecycleExecutor.java:523)
at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
 dleFailures(DefaultLifecycleExecutor.java:371)
at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
 ts(DefaultLifecycleExecutor.java:332)
at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
 fecycleExecutor.java:181)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at
 org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:4
 1)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
 java:39)
at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
 sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597

Re: Maven eclipse plugin

2009-09-23 Thread Anantha Kumaran
Hi i followed the same guide and all went nicely till the project creation
I cann't create the eclipse descriptor using  mvn eclipse:eclipse 
 command

 What do you mean after created the pom? If you're following the guide
 here,

 http://cwiki.apache.org/WICKET/windows-guide-to-installing-wicket-on-eclipse-with-maven.html
 ,
 you shouldn't have to create the pom manually. The mvn
 archetype:create
 command will do that for you.

 Dane

 On Wed, Sep 23, 2009 at 8:00 AM, Anantha Kumaran
 ananthakuma...@gmail.comwrote:

  hi i am new to eclipse and maven
  i followed the wicket wiki  to create a new wicket project
 
  after created the pom i try to create the project using the eclipse
 plugin
  (mvn eclipse:eclipse)
  i got the following error
 
  [INFO] Scanning for projects...
  [INFO]
  
  [INFO] Building quickstart
  [INFO]task-segment: [eclipse:eclipse]
  [INFO]
  
  [INFO] Preparing eclipse:eclipse
  [INFO] No goals needed for project - skipping
  [INFO] [eclipse:eclipse {execution: default-cli}]
  [FATAL ERROR] org.apache.maven.plugin.eclipse.EclipsePlugin#execute()
  caused
  a l
  inkage error (java.lang.NoClassDefFoundError) and may be out-of-date.
 Check
  the
  realms:
  [FATAL ERROR] Plugin realm =
  app0.child-container[org.apache.maven.plugins:maven
  -eclipse-plugin:2.5.1]
  urls[0] =
  file:/C:/Users/Ananth/.m2/repository/org/apache/maven/plugins/maven-ec
  lipse-plugin/2.5.1/maven-eclipse-plugin-2.5.1.jar
  urls[1] =
  file:/C:/Users/Ananth/.m2/repository/org/codehaus/plexus/plexus-archiv
  er/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
  urls[2] =
  file:/C:/Users/Ananth/.m2/repository/org/codehaus/plexus/plexus-utils/
  1.4.5/plexus-utils-1.4.5.jar
  urls[3] =
  file:/C:/Users/Ananth/.m2/repository/org/codehaus/plexus/plexus-intera
  ctivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.jar
  urls[4] =
  file:/C:/Users/Ananth/.m2/repository/jline/jline/0.9.1/jline-0.9.1.jar
 
  urls[5] =
  file:/C:/Users/Ananth/.m2/repository/org/apache/maven/maven-archiver/2
  .2/maven-archiver-2.2.jar
  urls[6] =
  file:/C:/Users/Ananth/.m2/repository/org/codehaus/plexus/plexus-resour
  ces/1.0-alpha-4/plexus-resources-1.0-alpha-4.jar
  urls[7] =
  file:/C:/Users/Ananth/.m2/repository/biz/aQute/bndlib/0.0.145/bndlib-0
  .0.145.jar
  urls[8] =
  file:/C:/Users/Ananth/.m2/repository/org/apache/maven/shared/maven-osg
  i/0.2.0/maven-osgi-0.2.0.jar
  urls[9] =
  file:/C:/Users/Ananth/.m2/repository/org/eclipse/core/resources/3.3.0-
  v20070604/resources-3.3.0-v20070604.jar
  [FATAL ERROR] Container realm = plexus.core
  urls[0] = file:/D:/Program Files/Apache Software
  Foundation/apache-maven-2.2.0/l
  ib/maven-2.2.0-uber.jar
  [INFO]
  
  [ERROR] FATAL ERROR
  [INFO]
  
  [INFO] org/eclipse/core/internal/localstore/SafeChunkyInputStream
  org.eclipse.core.internal.localstore.SafeChunkyInputStream
  [INFO]
  
  [INFO] Trace
  java.lang.NoClassDefFoundError:
  org/eclipse/core/internal/localstore/SafeChunkyI
  nputStream
 at
  org.apache.maven.plugin.eclipse.EclipsePlugin.getWorkspaceConfigurati
  on(EclipsePlugin.java:1473)
 at
  org.apache.maven.plugin.eclipse.EclipsePlugin.fillDefaultClasspathCon
  tainers(EclipsePlugin.java:1222)
 at
  org.apache.maven.plugin.eclipse.EclipsePlugin.setup(EclipsePlugin.jav
  a:753)
 at
  org.apache.maven.plugin.ide.AbstractIdeSupportMojo.execute(AbstractId
  eSupportMojo.java:483)
 at
  org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
  nManager.java:483)
 at
  org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
  ultLifecycleExecutor.java:678)
 at
  org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandalone
  Goal(DefaultLifecycleExecutor.java:553)
 at
  org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
  ltLifecycleExecutor.java:523)
 at
  org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
  dleFailures(DefaultLifecycleExecutor.java:371)
 at
  org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
  ts(DefaultLifecycleExecutor.java:332)
 at
  org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
  fecycleExecutor.java:181)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356)
 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
 at
  org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:4
  1)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method

Re: Maven eclipse plugin

2009-09-23 Thread Anantha Kumaran
hi i found the problem it is due to some corrupted jar in the maven repo i
cleared that and now working properly

On Thu, Sep 24, 2009 at 8:35 AM, Anantha Kumaran
ananthakuma...@gmail.comwrote:

 Hi i followed the same guide and all went nicely till the project creation
 I cann't create the eclipse descriptor using  mvn eclipse:eclipse 
  command

 What do you mean after created the pom? If you're following the guide
 here,

 http://cwiki.apache.org/WICKET/windows-guide-to-installing-wicket-on-eclipse-with-maven.html
 ,
 you shouldn't have to create the pom manually. The mvn
 archetype:create
 command will do that for you.

 Dane

 On Wed, Sep 23, 2009 at 8:00 AM, Anantha Kumaran
 ananthakuma...@gmail.comwrote:

  hi i am new to eclipse and maven
  i followed the wicket wiki  to create a new wicket project
 
  after created the pom i try to create the project using the eclipse
 plugin
  (mvn eclipse:eclipse)
  i got the following error
 
  [INFO] Scanning for projects...
  [INFO]
  
  [INFO] Building quickstart
  [INFO]task-segment: [eclipse:eclipse]
  [INFO]
  
  [INFO] Preparing eclipse:eclipse
  [INFO] No goals needed for project - skipping
  [INFO] [eclipse:eclipse {execution: default-cli}]
  [FATAL ERROR] org.apache.maven.plugin.eclipse.EclipsePlugin#execute()
  caused
  a l
  inkage error (java.lang.NoClassDefFoundError) and may be out-of-date.
 Check
  the
  realms:
  [FATAL ERROR] Plugin realm =
  app0.child-container[org.apache.maven.plugins:maven
  -eclipse-plugin:2.5.1]
  urls[0] =
  file:/C:/Users/Ananth/.m2/repository/org/apache/maven/plugins/maven-ec
  lipse-plugin/2.5.1/maven-eclipse-plugin-2.5.1.jar
  urls[1] =
  file:/C:/Users/Ananth/.m2/repository/org/codehaus/plexus/plexus-archiv
  er/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
  urls[2] =
  file:/C:/Users/Ananth/.m2/repository/org/codehaus/plexus/plexus-utils/
  1.4.5/plexus-utils-1.4.5.jar
  urls[3] =
  file:/C:/Users/Ananth/.m2/repository/org/codehaus/plexus/plexus-intera
  ctivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.jar
  urls[4] =
  file:/C:/Users/Ananth/.m2/repository/jline/jline/0.9.1/jline-0.9.1.jar
 
  urls[5] =
  file:/C:/Users/Ananth/.m2/repository/org/apache/maven/maven-archiver/2
  .2/maven-archiver-2.2.jar
  urls[6] =
  file:/C:/Users/Ananth/.m2/repository/org/codehaus/plexus/plexus-resour
  ces/1.0-alpha-4/plexus-resources-1.0-alpha-4.jar
  urls[7] =
  file:/C:/Users/Ananth/.m2/repository/biz/aQute/bndlib/0.0.145/bndlib-0
  .0.145.jar
  urls[8] =
  file:/C:/Users/Ananth/.m2/repository/org/apache/maven/shared/maven-osg
  i/0.2.0/maven-osgi-0.2.0.jar
  urls[9] =
  file:/C:/Users/Ananth/.m2/repository/org/eclipse/core/resources/3.3.0-
  v20070604/resources-3.3.0-v20070604.jar
  [FATAL ERROR] Container realm = plexus.core
  urls[0] = file:/D:/Program Files/Apache Software
  Foundation/apache-maven-2.2.0/l
  ib/maven-2.2.0-uber.jar
  [INFO]
  
  [ERROR] FATAL ERROR
  [INFO]
  
  [INFO] org/eclipse/core/internal/localstore/SafeChunkyInputStream
  org.eclipse.core.internal.localstore.SafeChunkyInputStream
  [INFO]
  
  [INFO] Trace
  java.lang.NoClassDefFoundError:
  org/eclipse/core/internal/localstore/SafeChunkyI
  nputStream
 at
  org.apache.maven.plugin.eclipse.EclipsePlugin.getWorkspaceConfigurati
  on(EclipsePlugin.java:1473)
 at
  org.apache.maven.plugin.eclipse.EclipsePlugin.fillDefaultClasspathCon
  tainers(EclipsePlugin.java:1222)
 at
  org.apache.maven.plugin.eclipse.EclipsePlugin.setup(EclipsePlugin.jav
  a:753)
 at
  org.apache.maven.plugin.ide.AbstractIdeSupportMojo.execute(AbstractId
  eSupportMojo.java:483)
 at
  org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
  nManager.java:483)
 at
  org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
  ultLifecycleExecutor.java:678)
 at
  org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandalone
  Goal(DefaultLifecycleExecutor.java:553)
 at
  org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
  ltLifecycleExecutor.java:523)
 at
  org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
  dleFailures(DefaultLifecycleExecutor.java:371)
 at
  org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
  ts(DefaultLifecycleExecutor.java:332)
 at
  org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
  fecycleExecutor.java:181)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356)
 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137

Fwd: [ANN] Maven Eclipse Plugin 2.7 Released

2009-06-14 Thread Martijn Dashorst
The Maven Eclipse plugin version 2.7 has been released, fixing the
regression in functionality of 2.6 where Wicket resources (*.html,
*.js, *.properties, etc) were not copied to the classpath.

This release fixes that, and we can now all relax ;)

Thanks to Barrie and other Maven devs for investing their precious
time into fixing this problem.

Martijn

-- Forwarded message --
From: Barrie Treloar baerr...@apache.org
Date: Sun, Jun 14, 2009 at 12:44 AM
Subject: [ANN] Maven Eclipse Plugin 2.7 Released
To: annou...@maven.apache.org, us...@maven.apache.org
Cc: d...@maven.apache.org


The Maven team is pleased to announce the release of the Maven Eclipse
Plugin, version 2.7

This plugin is used to generate Eclipse IDE files (*.classpath,
*.wtpmodules and the .settings folder) for use with a project.

http://maven.apache.org/plugins/maven-eclipse-plugin/

You should specify the version in your project's plugin configuration:

plugin
 groupIdorg.apache.maven.plugins/groupId
 artifactIdmaven-eclipse-plugin/artifactId
 version2.7/version
/plugin

Release Notes - Maven 2.x Eclipse Plugin - Version 2.7

** Bug
   * [MECLIPSE-434] - WTP 2.0 Documentation
   * [MECLIPSE-451] - EJB projects are not correctly referenced in .component
   * [MECLIPSE-455] - Invalid dependent module archive name for EJB artifact
   * [MECLIPSE-538] - Ajdt support needs to include*.aj on the classpath.
   * [MECLIPSE-546] - Aspectj libraries are included if using the
aspectj jars from the springsource bundle repository
   * [MECLIPSE-551] - [regression] Resources are excluded if resource
dir equals source dir
   * [MECLIPSE-553] - Maven Eciipse Plugin 2.6 excludes *.aj files
from src/main/java

** Improvement
   * [MECLIPSE-327] - Improve documentation for options
   * [MECLIPSE-545] - Site documentation needs to be added to show
how to use ajdt.
   * [MECLIPSE-547] - Maven Eclipse plugin 2.6 with AJDT changes are
not backwards compatible.

** New Feature
   * [MECLIPSE-104] - Add the ability to specify source inclusions/exclusions

Enjoy,

-The Maven team

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org




-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.5 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-28 Thread Kaspar Fischer
John, thanks for sharing this. It worked for me with the update from  
Maven 2.0.9 to 2.1.0 on MacOS X.


Kaspar

On 03.04.2009, at 16:42, John Krasnay wrote:


FYI to anyone who's been bitten by this, there's a simple workaround.
Just add the following to your pom.xml:

 build
   plugins
 plugin
   artifactIdmaven-eclipse-plugin/artifactId
   version2.5.1/version
 /plugin
   /plugins
 /build

We did it in our parent POM and it's working fine.

jk





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread Brill Pappin
Maybe I misread your post, but I thought you were saying that it  
messes up where you want you meta files and forces you to use the  
maven resource pattern?


- Brill

On 2-Apr-09, at 9:42 AM, Martijn Dashorst wrote:


Why fix something that isn't broken?

Martijn

On Thu, Apr 2, 2009 at 3:36 PM, Brill Pappin br...@pappin.ca wrote:
That code is open... why not make a wicket-eclipse-plugin that puts  
the

files were you want them?

- Brill Pappin

On 2-Apr-09, at 6:27 AM, Martijn Dashorst wrote:

Some brilliant guy thought it prudent to make the maven-eclipse- 
plugin

only accept .java files from src/main/java and src/test/java in
version 2.6.

Do not upgrade to this maven-eclipse-plugin version if you intend to
keep on working with your wicket projects in the way Wicket  
Intended.


Always specify which plugin version you want to use and only  
manually

upgrade when you are sure it won't inflict havoc on your co-workers.
This is a maven best practice!

Martijn

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org






--
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.5 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread Brill Pappin

laugh


not again! ;)

- Brill

On 2-Apr-09, at 2:11 PM, Philippe Marschall wrote:




Martijn Dashorst wrote:
Some brilliant guy thought it prudent to make the maven-eclipse- 
plugin

only accept .java files from src/main/java and src/test/java in
version 2.6.


Well there's a reason these folders are called java.

Cheers
Philippe

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread Brill Pappin

laugh

Although I think its too late to stop this thread growing, you should  
all know that we just had this argument a few weeks ago!

It seems to be a touchy subject for some :)

The old thread can be found by searching for Re: How can I share text  
resources with multiple web applications?.

http://www.nabble.com/How-can-I-share-text-resources-with-multiple-web-applications--td22549375.html

The summary is:
- Some like their resources where Maven suggests you put them, in the  
resources directory.
- Some follow the so called The Official Wicket Way which is not  
actually published anywhere. In it, the resources are in the java  
source directory.


There are good arguments for both and I'd even agree that both are  
valid (I prefer my resources in the Maven pattern, but the other  
pattern is also good practice).


I don't know about the attitudes of the Maven committers but in Wicket  
there seems to be a my way is the right way kind of thing going on  
(evident on the final methods all over the framework and failure to  
accommodate other resource usage patterns).


All that said, as long as each camp can do what they feel most  
comfortable with, I don't think it really matters.
Wicket is the most refreshing framework to be developed in years, with  
luck it doesn't go away and leave us working on something as terrible  
as Webflow.


- Brill

On 2-Apr-09, at 3:34 PM, Philippe Marschall wrote:




James Carman wrote:
On Thu, Apr 2, 2009 at 2:11 PM, Philippe Marschall kus...@gmx.net  
wrote:

Well there's a reason these folders are called java.


Yes, but it's not specifically illegal in the maven world to put
non-java files in there (didn't we have this argument a few days  
ago).


You simply relied on a bug / undocumented featured. Move your  
resources

where the belong into the resources folder.

Cheers
Philippe

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread Martijn Dashorst
On Fri, Apr 3, 2009 at 3:52 PM, Brill Pappin br...@pappin.ca wrote:
 failure to accommodate other
 resource usage patterns).

HUH?

Care to elaborate? Wicket doesn't force its patterns upon you (unlike
maven's eclipse 2.6 plugin). You are free to add your
html/properties/etc in src/main/resources without ever touching a
single configuration item in wicket-quickstart, wicket, or any other
wicket related resource.

Martijn

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread Brill Pappin

I think thats a good position.

I can't image that it was purposely done in order to enforce the maven  
way, there are just too many people who would have broken builds.


- Brill

On 2-Apr-09, at 3:53 PM, Igor Vaynberg wrote:


i just want to say one quick thing about this.

there are two great things about maven
1) it established a convention that eliminated a lot of boilerplate
2) it does not force the convention - everything can be overridden and
customized by configuring plugins

once the authors of maven and or plugins lose sight of (2) and try to
force the convention i think most people will simply bail. personally,
if this was forced wicket or any other projects i work on would not be
using maven.

-igor

On Thu, Apr 2, 2009 at 12:43 PM, Jeremy Thomerson
jer...@wickettraining.com wrote:

Let's not even start this discussion again, please!

--
Jeremy Thomerson
http://www.wickettraining.com



On Thu, Apr 2, 2009 at 2:34 PM, Philippe Marschall kus...@gmx.net  
wrote:


You simply relied on a bug / undocumented featured. Move your  
resources

where the belong into the resources folder.

Cheers
Philippe





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread Brill Pappin

*sigh*

I was referring to the suggestion that there be an option in the  
archetype, and the disparaging thread that ensued.

However, I don't want to argue about this *again*.

...never mind...

- Brill

On 3-Apr-09, at 9:56 AM, Martijn Dashorst wrote:


On Fri, Apr 3, 2009 at 3:52 PM, Brill Pappin br...@pappin.ca wrote:

failure to accommodate other
resource usage patterns).


HUH?

Care to elaborate? Wicket doesn't force its patterns upon you (unlike
maven's eclipse 2.6 plugin). You are free to add your
html/properties/etc in src/main/resources without ever touching a
single configuration item in wicket-quickstart, wicket, or any other
wicket related resource.

Martijn

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread John Krasnay
FYI to anyone who's been bitten by this, there's a simple workaround.
Just add the following to your pom.xml:

  build
plugins
  plugin
artifactIdmaven-eclipse-plugin/artifactId
version2.5.1/version
  /plugin
/plugins
  /build

We did it in our parent POM and it's working fine.

jk

On Fri, Apr 03, 2009 at 09:54:36AM -0400, Brill Pappin wrote:
 I think thats a good position.
 
 I can't image that it was purposely done in order to enforce the maven  
 way, there are just too many people who would have broken builds.
 
 - Brill
 
 On 2-Apr-09, at 3:53 PM, Igor Vaynberg wrote:
 
 i just want to say one quick thing about this.
 
 there are two great things about maven
 1) it established a convention that eliminated a lot of boilerplate
 2) it does not force the convention - everything can be overridden and
 customized by configuring plugins
 
 once the authors of maven and or plugins lose sight of (2) and try to
 force the convention i think most people will simply bail. personally,
 if this was forced wicket or any other projects i work on would not be
 using maven.
 
 -igor
 
 On Thu, Apr 2, 2009 at 12:43 PM, Jeremy Thomerson
 jer...@wickettraining.com wrote:
 Let's not even start this discussion again, please!
 
 --
 Jeremy Thomerson
 http://www.wickettraining.com
 
 
 
 On Thu, Apr 2, 2009 at 2:34 PM, Philippe Marschall kus...@gmx.net  
 wrote:
 
 You simply relied on a bug / undocumented featured. Move your  
 resources
 where the belong into the resources folder.
 
 Cheers
 Philippe
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread Gwyn Evans
On Fri, Apr 3, 2009 at 3:42 PM, John Krasnay j...@krasnay.ca wrote:
 FYI to anyone who's been bitten by this, there's a simple workaround.

Yes - use IDEA!  :-)

/Gwyn

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread John Krasnay
On Fri, Apr 03, 2009 at 04:21:13PM +0100, Gwyn Evans wrote:
 On Fri, Apr 3, 2009 at 3:42 PM, John Krasnay j...@krasnay.ca wrote:
  FYI to anyone who's been bitten by this, there's a simple workaround.
 
 Yes - use IDEA!  :-)
 

What, haven't they fixed the maven-idea-plugin yet? Your time's
comin', pal! :-)

jk

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread James Carman
On Fri, Apr 3, 2009 at 11:21 AM, Gwyn Evans gwyn.ev...@gmail.com wrote:

 Yes - use IDEA!  :-)

+1! (I can hear the sound of a can of worms opening)

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread Martijn Reuvers
What's wrong with using notepad or vi? Never such issues with them. :P

On Fri, Apr 3, 2009 at 5:26 PM, James Carman
jcar...@carmanconsulting.com wrote:
 On Fri, Apr 3, 2009 at 11:21 AM, Gwyn Evans gwyn.ev...@gmail.com wrote:

 Yes - use IDEA!  :-)

 +1! (I can hear the sound of a can of worms opening)

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread James Carman
On Fri, Apr 3, 2009 at 11:31 AM, Martijn Reuvers
martijn.reuv...@gmail.com wrote:
 What's wrong with using notepad or vi? Never such issues with them. :P


We've got a guy at work that swears by emacs and refuses to use
anything else.  Of course, he's the slowest guy on the project team
and he never gets anything done.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread Martijn Reuvers
 We've got a guy at work that swears by emacs and refuses to use
 anything else.  Of course, he's the slowest guy on the project team
 and he never gets anything done.

Hehe if you generate say getters and setters for 20 fields with an
IDE, or type them all out instead - you have to type extremely fast I
guess to keep up. :)
(ok I lied, I use an IDE too ...), but at school we were forced to use
an editor like textpad, in the old days (about 10 years ago) .. I
still painfully remember. Not to mention the 'proper' indent of 3
spaces, and brackets really had to start on a new line... :S

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Martijn Dashorst
Some brilliant guy thought it prudent to make the maven-eclipse-plugin
only accept .java files from src/main/java and src/test/java in
version 2.6.

Do not upgrade to this maven-eclipse-plugin version if you intend to
keep on working with your wicket projects in the way Wicket Intended.

Always specify which plugin version you want to use and only manually
upgrade when you are sure it won't inflict havoc on your co-workers.
This is a maven best practice!

Martijn

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Brill Pappin
That code is open... why not make a wicket-eclipse-plugin that puts  
the files were you want them?


- Brill Pappin

On 2-Apr-09, at 6:27 AM, Martijn Dashorst wrote:


Some brilliant guy thought it prudent to make the maven-eclipse-plugin
only accept .java files from src/main/java and src/test/java in
version 2.6.

Do not upgrade to this maven-eclipse-plugin version if you intend to
keep on working with your wicket projects in the way Wicket Intended.

Always specify which plugin version you want to use and only manually
upgrade when you are sure it won't inflict havoc on your co-workers.
This is a maven best practice!

Martijn

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Martijn Dashorst
Why fix something that isn't broken?

Martijn

On Thu, Apr 2, 2009 at 3:36 PM, Brill Pappin br...@pappin.ca wrote:
 That code is open... why not make a wicket-eclipse-plugin that puts the
 files were you want them?

 - Brill Pappin

 On 2-Apr-09, at 6:27 AM, Martijn Dashorst wrote:

 Some brilliant guy thought it prudent to make the maven-eclipse-plugin
 only accept .java files from src/main/java and src/test/java in
 version 2.6.

 Do not upgrade to this maven-eclipse-plugin version if you intend to
 keep on working with your wicket projects in the way Wicket Intended.

 Always specify which plugin version you want to use and only manually
 upgrade when you are sure it won't inflict havoc on your co-workers.
 This is a maven best practice!

 Martijn

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.5 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread nino martinez wael
copy code from the eclipse plugin to wicket eclipse plugin.. And
everybodys happy :)

2009/4/2 Martijn Dashorst martijn.dasho...@gmail.com:
 Why fix something that isn't broken?

 Martijn

 On Thu, Apr 2, 2009 at 3:36 PM, Brill Pappin br...@pappin.ca wrote:
 That code is open... why not make a wicket-eclipse-plugin that puts the
 files were you want them?

 - Brill Pappin

 On 2-Apr-09, at 6:27 AM, Martijn Dashorst wrote:

 Some brilliant guy thought it prudent to make the maven-eclipse-plugin
 only accept .java files from src/main/java and src/test/java in
 version 2.6.

 Do not upgrade to this maven-eclipse-plugin version if you intend to
 keep on working with your wicket projects in the way Wicket Intended.

 Always specify which plugin version you want to use and only manually
 upgrade when you are sure it won't inflict havoc on your co-workers.
 This is a maven best practice!

 Martijn

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





 --
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 Apache Wicket 1.3.5 is released
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Martijn Dashorst
I won't be... then I have to maintain the wicket-eclipse-maven plugin.

Martijn

On Thu, Apr 2, 2009 at 4:26 PM, nino martinez wael
nino.martinez.w...@gmail.com wrote:
 copy code from the eclipse plugin to wicket eclipse plugin.. And
 everybodys happy :)

 2009/4/2 Martijn Dashorst martijn.dasho...@gmail.com:
 Why fix something that isn't broken?

 Martijn

 On Thu, Apr 2, 2009 at 3:36 PM, Brill Pappin br...@pappin.ca wrote:
 That code is open... why not make a wicket-eclipse-plugin that puts the
 files were you want them?

 - Brill Pappin

 On 2-Apr-09, at 6:27 AM, Martijn Dashorst wrote:

 Some brilliant guy thought it prudent to make the maven-eclipse-plugin
 only accept .java files from src/main/java and src/test/java in
 version 2.6.

 Do not upgrade to this maven-eclipse-plugin version if you intend to
 keep on working with your wicket projects in the way Wicket Intended.

 Always specify which plugin version you want to use and only manually
 upgrade when you are sure it won't inflict havoc on your co-workers.
 This is a maven best practice!

 Martijn

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





 --
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 Apache Wicket 1.3.5 is released
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.5 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Igor Vaynberg
does it add excludes to the source folder settings?

-igor

On Thu, Apr 2, 2009 at 3:27 AM, Martijn Dashorst
martijn.dasho...@gmail.com wrote:
 Some brilliant guy thought it prudent to make the maven-eclipse-plugin
 only accept .java files from src/main/java and src/test/java in
 version 2.6.

 Do not upgrade to this maven-eclipse-plugin version if you intend to
 keep on working with your wicket projects in the way Wicket Intended.

 Always specify which plugin version you want to use and only manually
 upgrade when you are sure it won't inflict havoc on your co-workers.
 This is a maven best practice!

 Martijn

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread nino martinez wael
Hmm, just because you start something you have to maintain it the rest
of the life? OMG :(

2009/4/2 Martijn Dashorst martijn.dasho...@gmail.com:
 I won't be... then I have to maintain the wicket-eclipse-maven plugin.

 Martijn

 On Thu, Apr 2, 2009 at 4:26 PM, nino martinez wael
 nino.martinez.w...@gmail.com wrote:
 copy code from the eclipse plugin to wicket eclipse plugin.. And
 everybodys happy :)

 2009/4/2 Martijn Dashorst martijn.dasho...@gmail.com:
 Why fix something that isn't broken?

 Martijn

 On Thu, Apr 2, 2009 at 3:36 PM, Brill Pappin br...@pappin.ca wrote:
 That code is open... why not make a wicket-eclipse-plugin that puts the
 files were you want them?

 - Brill Pappin

 On 2-Apr-09, at 6:27 AM, Martijn Dashorst wrote:

 Some brilliant guy thought it prudent to make the maven-eclipse-plugin
 only accept .java files from src/main/java and src/test/java in
 version 2.6.

 Do not upgrade to this maven-eclipse-plugin version if you intend to
 keep on working with your wicket projects in the way Wicket Intended.

 Always specify which plugin version you want to use and only manually
 upgrade when you are sure it won't inflict havoc on your co-workers.
 This is a maven best practice!

 Martijn

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





 --
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 Apache Wicket 1.3.5 is released
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





 --
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 Apache Wicket 1.3.5 is released
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread James Carman
On Thu, Apr 2, 2009 at 2:11 PM, Philippe Marschall kus...@gmx.net wrote:
 Well there's a reason these folders are called java.

Yes, but it's not specifically illegal in the maven world to put
non-java files in there (didn't we have this argument a few days ago).

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Ryan Gravener
Someone needs to start a facebook group and protest this change.

Ryan Gravener
http://ryangravener.com/flex | http://twitter.com/ryangravener


On Thu, Apr 2, 2009 at 2:14 PM, James Carman
jcar...@carmanconsulting.comwrote:

 On Thu, Apr 2, 2009 at 2:11 PM, Philippe Marschall kus...@gmx.net wrote:
  Well there's a reason these folders are called java.

 Yes, but it's not specifically illegal in the maven world to put
 non-java files in there (didn't we have this argument a few days ago).

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread James Carman
New Facebook group: I'll bet I can get 1 million people to bitch
about where resources should go in maven

On Thu, Apr 2, 2009 at 2:17 PM, Ryan Gravener r...@ryangravener.com wrote:
 Someone needs to start a facebook group and protest this change.

 Ryan Gravener
 http://ryangravener.com/flex | http://twitter.com/ryangravener


 On Thu, Apr 2, 2009 at 2:14 PM, James Carman
 jcar...@carmanconsulting.comwrote:

 On Thu, Apr 2, 2009 at 2:11 PM, Philippe Marschall kus...@gmx.net wrote:
  Well there's a reason these folders are called java.

 Yes, but it's not specifically illegal in the maven world to put
 non-java files in there (didn't we have this argument a few days ago).

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Jason Lea

Looks like we have to wait for 2.6.1 or 2.7

Known Issues:

* [MECLIPSE-443] - Only include **/*.java in Java source directories
may affect you if you use ajdt or have non-java sources in your
directories that you expect to be compiled
Release 2.6.1 (which may get renamed to 2.7) has fixed this issue and
will be released shortly.


http://www.mail-archive.com/d...@maven.apache.org/msg80176.html

Martijn Dashorst wrote:

Some brilliant guy thought it prudent to make the maven-eclipse-plugin
only accept .java files from src/main/java and src/test/java in
version 2.6.

Do not upgrade to this maven-eclipse-plugin version if you intend to
keep on working with your wicket projects in the way Wicket Intended.

Always specify which plugin version you want to use and only manually
upgrade when you are sure it won't inflict havoc on your co-workers.
This is a maven best practice!

Martijn

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


  


--
Jason Lea



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Philippe Marschall


James Carman wrote:
 On Thu, Apr 2, 2009 at 2:11 PM, Philippe Marschall kus...@gmx.net wrote:
 Well there's a reason these folders are called java.
 
 Yes, but it's not specifically illegal in the maven world to put
 non-java files in there (didn't we have this argument a few days ago).

You simply relied on a bug / undocumented featured. Move your resources
where the belong into the resources folder.

Cheers
Philippe

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Jeremy Thomerson
Let's not even start this discussion again, please!

--
Jeremy Thomerson
http://www.wickettraining.com



On Thu, Apr 2, 2009 at 2:34 PM, Philippe Marschall kus...@gmx.net wrote:

 You simply relied on a bug / undocumented featured. Move your resources
 where the belong into the resources folder.

 Cheers
 Philippe



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Igor Vaynberg
i just want to say one quick thing about this.

there are two great things about maven
1) it established a convention that eliminated a lot of boilerplate
2) it does not force the convention - everything can be overridden and
customized by configuring plugins

once the authors of maven and or plugins lose sight of (2) and try to
force the convention i think most people will simply bail. personally,
if this was forced wicket or any other projects i work on would not be
using maven.

-igor

On Thu, Apr 2, 2009 at 12:43 PM, Jeremy Thomerson
jer...@wickettraining.com wrote:
 Let's not even start this discussion again, please!

 --
 Jeremy Thomerson
 http://www.wickettraining.com



 On Thu, Apr 2, 2009 at 2:34 PM, Philippe Marschall kus...@gmx.net wrote:

 You simply relied on a bug / undocumented featured. Move your resources
 where the belong into the resources folder.

 Cheers
 Philippe



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Johan Compagner
Ahh really? But i want to!!!
Can i? Can i???

On 02/04/2009, Jeremy Thomerson jer...@wickettraining.com wrote:
 Let's not even start this discussion again, please!

 --
 Jeremy Thomerson
 http://www.wickettraining.com



 On Thu, Apr 2, 2009 at 2:34 PM, Philippe Marschall kus...@gmx.net wrote:

 You simply relied on a bug / undocumented featured. Move your resources
 where the belong into the resources folder.

 Cheers
 Philippe



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread James Carman
On Thu, Apr 2, 2009 at 3:43 PM, Jeremy Thomerson
jer...@wickettraining.com wrote:
 Let's not even start this discussion again, please!


+1.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Bruno Borges

 Ahh really? But i want to!!!
 Can i? Can i???


I've been busy for a while... so I want to! :P

Yes, I'm coming back... Run for your lives ;-)

Bruno Borges
blog.brunoborges.com.br
+55 21 76727099

The glory of great men should always be
measured by the means they have used to
acquire it.
- Francois de La Rochefoucauld
Sent from Rio De Janeiro, RJ, Brazil

On Thu, Apr 2, 2009 at 6:32 PM, Johan Compagner jcompag...@gmail.comwrote:

 Ahh really? But i want to!!!
 Can i? Can i???

 On 02/04/2009, Jeremy Thomerson jer...@wickettraining.com wrote:
  Let's not even start this discussion again, please!
 
  --
  Jeremy Thomerson
  http://www.wickettraining.com
 
 
 
  On Thu, Apr 2, 2009 at 2:34 PM, Philippe Marschall kus...@gmx.net
 wrote:
 
  You simply relied on a bug / undocumented featured. Move your resources
  where the belong into the resources folder.
 
  Cheers
  Philippe
 
 

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org