| Time |
Nick |
Message |
| 2:41 AM |
amatos |
I am having this problem with maven's jasperreports plugin, and I was wondering if anyone could help me. Basically, when I try to compile a report using maven, the compiler refuses to compile it, giving an error that doesn't make sense. I think the problem is that the maven plugin compiles using an old version of jasperreports (1.2), although I have the latest version (2.0.5) in my dependencies |
| 2:43 AM |
amatos |
is there any way to force the maven plugin to compile using the latest version? I tried listing 2.0.5 as my dependency inside the plugin, and also as an extension, and that didn't work |
| 2:51 AM |
rahul |
amatos, sounds like that 1.2 is being pulled in as a transitive dependency, you could use an if you know what is pulling in the 1.2 version |
| 2:51 AM |
amatos |
thanks rahul! |
| 2:52 AM |
rahul |
np, HTH |
| 5:29 AM |
dave |
hi All, I'm working on archetypes and can't find a reference that shows all of the available variables I can reference. I've found ${parentArtifactId}, ${rootArtifactId} and others but can't find a complete list. |
| 5:45 AM |
dave |
I searched google code and found some references that look helpful: |
| 5:45 AM |
dave |
http://www.google.com/codesearch?hl=en&q=+package:http://svn.apache.org/repos/asf/maven/archetype/trunk+ARCHETYPE_VERSION+show:rYb6A8E8KaA:3wH49uoOu7c:nEqXm67JUBk&sa=N&cd=2&ct=rc&cs_p=http://svn.apache.org/repos/asf/maven/archetype/trunk&cs_f=archetype-common/src/main/java/org/apache/maven/archetype/generator/DefaultArchetypeGenerator.java |
| 6:08 AM |
mxc |
hi dave --- have you find a way for achetype to reference command line defined variables? |
| 9:02 AM |
louis |
I am using gwt-maven plugin, and found that `mvn gwt:testGwt` dosen't run tests at all |
| 9:03 AM |
louis |
anyone succefully ran gwt test with maven? |
| 2:46 PM |
louis |
hi, how do I print to a file the classpath of a maven project? |