Re: Aspect J

2015-10-12 Thread Martijn Dashorst
http://stackoverflow.com/questions/12423965/maven-aspectj-all-steps-to-configure-it On Mon, Oct 12, 2015 at 12:04 PM, aalok singhvi wrote: > Hello, > > I have a present ant project which compiles...classes using > > javac first and than compiles using iajc . > > How can i

Central search is empty

2015-09-11 Thread Martijn Dashorst
It appears that the Maven central search index (search.maven.org) was not able to load the index as any search now returns an empty response (no entries found). Martijn - To unsubscribe, e-mail:

Profile vs toolchains: javadoc -Xdoclint:none

2015-06-16 Thread Martijn Dashorst
In our master POM we have defined the following (logical) profile to disable the doclint of javadoc to be able to actually render our javadocs. profile idJava 8/id activation jdk1.8/jdk /activation properties !-- Disable javadoc linter when building with Java 8

Re: Where's the new home for the clirr-maven-plugin?

2015-06-09 Thread Martijn Dashorst
-plugin/ If not the documentation has not been regenerated yet.. will happen during the next days... Kind regards Karl Heinz Marbaise On Mon, Jun 8, 2015 at 12:26 AM Martijn Dashorst martijn.dasho...@gmail.com wrote: The clirr-maven-plugin was one of the unfortunate casualties

Re: Where's the new home for the clirr-maven-plugin?

2015-06-08 Thread Martijn Dashorst
2015-06-08 0:47 GMT+02:00 Thomas Broyer t.bro...@gmail.com: https://github.com/mojohaus/clirr-maven-plugin ? On Mon, Jun 8, 2015 at 12:26 AM Martijn Dashorst martijn.dasho...@gmail.com wrote: The clirr-maven-plugin was one of the unfortunate casualties of codehaus' demise. It should

Where's the new home for the clirr-maven-plugin?

2015-06-07 Thread Martijn Dashorst
The clirr-maven-plugin was one of the unfortunate casualties of codehaus' demise. It should get a new home, but my google-fu leaves me without any results. Where does this plugin live on? Martijn - To unsubscribe, e-mail:

Re: [VOTE] Name our mascot: Shotgun vs The Maven Owl

2014-12-15 Thread Martijn Dashorst
B Martijn On Mon, Dec 15, 2014 at 2:27 PM, David Hoffer dhoff...@gmail.com wrote: B -Dave On Mon, Dec 15, 2014 at 6:22 AM, cody.a.fy...@wellsfargo.com wrote: B Cody Fyler Lending Grid Build Team G=Lending Grid Builds (515) – 441 - 0814 -Original Message- From: Stephen

Re: Unable to use the maven-release-plugin to release

2014-02-05 Thread Martijn Dashorst
This is still an issue. Can someone please fix the maven-release-plugin to work with a decent version of git? Martijn On Sat, Dec 28, 2013 at 4:22 PM, Robert Scholte rfscho...@apache.orgwrote: Hi, it depends on the type of problem you're facing. as said before, these are probably the best

Re: Unable to use the maven-release-plugin to release

2014-02-05 Thread Martijn Dashorst
To fix this I had to add dependencies dependency groupIdorg.apache.maven.scm/groupId artifactIdmaven-scm-provider-gitexe/artifactId version1.9/version /dependency /dependencies to the plugin definition of the m-r-p (version 2.4.1). Martijn On Wed, Feb 5, 2014 at 5:44 PM, Martijn

Release plugin 2.4.2 ignores pushChanges=false

2013-12-26 Thread Martijn Dashorst
Is it me or does the maven-release-plugin ignore the pushChanges setting? Running the release process actually pushes the changes to the git repo. And I *really* don't want that to happen. Relevant configuration: plugin groupIdorg.apache.maven.plugins/groupId

Unable to use the maven-release-plugin to release

2013-12-25 Thread Martijn Dashorst
I'm currently in week 4 of trying to release Apache Wicket and I am giving up. The release plugin fails to tag the updated release poms but instead tags the SNAPSHOT version. Then the release plugin starts to release the tag which unfortunately points to the SNAPSHOT version. My best guess is

Re: wicket is secure by default. why use spring security?

2011-09-19 Thread Martijn Dashorst
The default auth-roles project is just an example of how to do *simple* authentication and authorization. It only supports 3 roles: not logged in, logged in user and administrator. For more complex things or flexibility you'll need something like Apache Shiro, Wicket Security (now hosted on wicket

Re: M3 fails to download parent pom

2010-11-10 Thread Martijn Dashorst
Here's the contents of settings.xml relevant to our repo manager: mirrors mirror idour-repository/id nameMaven Repository Manager running on corp.com/name urlhttp://repo.corp.com/artifactory/repo/url

Re: M3 fails to download parent pom

2010-11-09 Thread Martijn Dashorst
Yes, and that doesn't describe our case. Company wide parent pom, similar to the ASF parent pom. is a separate svn project, not linked from any reactor. Project specific parent pom with submodules. Project parent pom extends company wide parent pom. New release of company wide parent pom :

Re: adding java sources to classpath with maven-eclipse-plugin

2010-11-08 Thread Martijn Dashorst
add an include pattern. Default maven filters out java files. Martijn On Sun, Nov 7, 2010 at 11:26 AM, James Ring s...@jdns.org wrote: (Please CC me on replies, I am not subscribed to this list) Hi there, I have a GWT project which programatically starts a DevMode shell. The problem I have

Re: maven-eclipse-plugin Does not resolve workspace project name

2010-10-28 Thread Martijn Dashorst
So how does one get ownership of the plugin? I've contributed 2 patches with an implied promise that they would be included when the failing ITs on Barrie's workspace were resolved. Unfortunately that is the last of it. Why the constant commercials for the m2eclipse plugin? Instead why not ask

M3 fails to download parent pom

2010-10-28 Thread Martijn Dashorst
Is this a known issue? A new company parent pom release was not downloaded by maven 3, and hence failed to do anything with my project. Running maven 2.2.1 on the project successfully downloaded the parent pom. Running maven 3 gave the following output: $ mvn -X help:effective-pom Apache Maven

Re: maven-eclipse-plugin Does not resolve workspace project name

2010-10-28 Thread Martijn Dashorst
On Thu, Oct 28, 2010 at 2:54 PM, Ron Wheeler rwhee...@artifact-software.com wrote: It is hard to get enthusiastic about maintaining old software that has been replaced by better stuff that is free. maven-eclipse-plugin works roughly 100% of the time here, but the m2eclipse plugin fails

Re: maven-eclipse-plugin and POM packaging projects

2010-06-16 Thread Martijn Dashorst
On Tue, Jun 15, 2010 at 12:04 PM, Daniele Dellafiore ilde...@gmail.com wrote: I have patched maven-eclipse-plugin to create an eclipse project also for projects with pom packaging type. I was wondering if this was a bug or a feature and if someone is interested in the plugin behaving this way

Re: The plugin 'org.apache.com.plugins:maven-eclipse-plugin' does not exist or no valid version could be found

2009-11-30 Thread Martijn Dashorst
try groupid: org.apache.maven.plugins instead Martijn On Sat, Nov 28, 2009 at 8:24 PM, Hannelore Brijs hannelore_br...@hotmail.com wrote: MessageI have installed m2eclipse, and tried to execute this command: mvn eclipse:eclipse Then I got this error: The plugin

Downloads link doesn't work

2009-08-17 Thread Martijn Dashorst
The page http://maven.apache.org/download.html provides links to the mirroring system, but it seems to be configured wrongly. When I click on the link to e.g. http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-2.2.1-bin.tar.gz I get the mirrors page downloaded as if it were the

Re: Downloads link doesn't work

2009-08-17 Thread Martijn Dashorst
On Mon, Aug 17, 2009 at 3:37 PM, Wendy Smoakwsm...@gmail.com wrote: Can you try a different browser?  I believe it's a known issue with Safari.  For example, ServiceMix has a note on their download page about it.  http://servicemix.apache.org/servicemix-323.html I don't use ff for daily usage

Re: Maven java.lang.OutOfMemoryError

2009-08-13 Thread Martijn Dashorst
I think you need to fork the compiler. See http://maven.apache.org/plugins/maven-compiler-plugin/examples/compile-with-memory-enhancements.html Martijn On Thu, Aug 13, 2009 at 12:26 PM, kopemordevelopm...@knollenstein.nl wrote: Hello, I am getting java.lang.OutOfMemoryError: Java heap space

Re: Maven 1.0.2 Errors

2009-07-10 Thread Martijn Dashorst
Not sure how you compare things in your assertions, but it may be someone in your team who has different svn client settings (EOL style) or not the correct encoding for the files. This is a certain way to get strange test results. Write the comparison strings to a file and open it with a hex

Re: eclipse plugin 2.7: link project instead of repository jar

2009-06-18 Thread Martijn Dashorst
This is not the functionality I described. What you describe already works in 2.5, as it is the multimodule functionality. What I described is that you can check out Wicket into your workspace, and start hacking on your own Wicket application, where the maven-eclipse-plugin:2.7 will find the

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-05-29 Thread Martijn Dashorst
HERITIER aherit...@gmail.com wrote: I just deployed it in the snapshots repo. It's numbered : 2.7-20090529.071922-5Thx for your hard work Barrie. Cheers Arnaud On Fri, May 29, 2009 at 6:05 AM, Barrie Treloar baerr...@gmail.com wrote: On Wed, May 27, 2009 at 8:51 PM, Martijn Dashorst

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-05-29 Thread Martijn Dashorst
We also tested it with an AspectJ project, and that works as well. Martijn On Fri, May 29, 2009 at 10:09 AM, Martijn Dashorst martijn.dasho...@gmail.com wrote: Works great! Thanks Barrie!!! Here's the log entry for my run: macbookpro:myproject dashorst$ mvn eclipse:eclipse [INFO] Scanning

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-05-27 Thread Martijn Dashorst
On Wed, May 27, 2009 at 1:17 AM, Barrie Treloar baerr...@gmail.com wrote: On Tue, May 26, 2009 at 11:03 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: In my opinion  MECLIPSE-443 is a very bad idea. Should every plugin be configured so that the resources available in src/main/java

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-05-27 Thread Martijn Dashorst
http://wicket.apache.org/quickstart.html Select for example Wicket 1.3.6 Martijn On Wed, May 27, 2009 at 8:44 AM, Barrie Treloar baerr...@gmail.com wrote: On Wed, May 27, 2009 at 3:58 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: With Wicket, we have Page.html, Page.properties

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-05-27 Thread Martijn Dashorst
On Wed, May 27, 2009 at 10:47 AM, Barrie Treloar baerr...@gmail.com wrote: I went quickly hacking an existing IT test to include the resources definition you provided and some debugging output (as ERROR so I could see it) Great! So src/main/resources is correctly on the resources list. The

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-05-26 Thread Martijn Dashorst
In my opinion MECLIPSE-443 is a very bad idea. Should every plugin be configured so that the resources available in src/main/java are treated as classpath entries? According to me the eclipse plugin should take the resources part of the pom into account, rather than invent yet another way of

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-05-26 Thread Martijn Dashorst
of the eclipse configuration doesn't help. Now many settings are stored in files. I'll try to have a look at MECLIPSE-443 but I cannot say when it will be. I think it sould be better for you to be able to use plugins like m2eclipse or q4e. Arnaud On Tue, May 26, 2009 at 3:33 PM, Martijn Dashorst

org.codehaus.woodstox:stax2-api:3.0.1:jar is wrong in repo1.maven.org

2009-04-23 Thread Martijn Dashorst
The md5 sum of the org.codehaus.woodstox:stax2-api:3.0.1:jar is the same as the one coming from repository.codehaus.org, but the repo1 jar file doesn't generate the same MD5. The codehaus hosted jar *does* generate the correct MD5 sum. Martijn

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-04-21 Thread Martijn Dashorst
A co-worker tested it, and found it not working. He'll comment later. Martijn On Tue, Apr 21, 2009 at 12:20 AM, Arnaud HERITIER aherit...@gmail.com wrote: Ping ??Nobody wants to test it ? Without your help, will never be able to produce a plugin which replies to your needs. Cheers, Arnaud

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-04-21 Thread Martijn Dashorst
The co-worker reported back that the plugin works as advertised (latest snapshot) Martijn On Tue, Apr 21, 2009 at 10:27 AM, Martijn Dashorst martijn.dasho...@gmail.com wrote: A co-worker tested it, and found it not working. He'll comment later. Martijn On Tue, Apr 21, 2009 at 12:20 AM

Re: eclipse:eclipse suddenly adding including=**/*.java to .classpath

2009-04-16 Thread Martijn Dashorst
On Thu, Apr 9, 2009 at 7:58 AM, Arnaud HERITIER aherit...@gmail.com wrote: 1) The Maven convention and good practice is to put ressources files like *.txt in src/main/resources. But *FORCING* this 'convention' on the world is a whole other thing. One of the benefits of using maven is that you

Root pom doesn't specify maven-eclipse-plugin version

2009-04-02 Thread Martijn Dashorst
Using maven 2.0.10, I ran into the maven-eclipse-plugin 2.6 bug fix that excludes anything not Java from being on the classpath. I didn't upgrade my eclipse plugin, and thought that as of 2.0.8 the root pom specifies stable plugins for each release. Apparently, maven-eclipse-plugin is not amongst

Re: presentation material on maven?

2009-03-16 Thread Martijn Dashorst
Try slideshare.net, for example: http://www.slideshare.net/tag/maven Martijn On Mon, Mar 16, 2009 at 7:53 PM, Erik Putrycz erik.putr...@gmail.com wrote: I'm thinking of doing a presentation of maven - IAM - archiva/nexus to a software quality local association and I was wondering if there is

Re: repo.mergere.com unreachable ??

2008-09-10 Thread Martijn Dashorst
Probably some rogue project that has the repo in its repository list in its pom file that is either included directly or transitively. I've heard this mergere repository problem earlier. Martijn On Wed, Sep 10, 2008 at 8:43 PM, David C. Hicks [EMAIL PROTECTED] wrote: My first attempt at a fix

Re: repo.mergere.com unreachable ??

2008-09-10 Thread Martijn Dashorst
It could also be a plugin afiak. Martijn On Thu, Sep 11, 2008 at 12:33 AM, Martijn Dashorst [EMAIL PROTECTED] wrote: Probably some rogue project that has the repo in its repository list in its pom file that is either included directly or transitively. I've heard this mergere repository

Re: repo.mergere.com unreachable ??

2008-09-10 Thread Martijn Dashorst
-6.0.0rc1.pom: urlhttp://repo.mergere.com/maven2//url ./org/mortbay/jetty/project/6.0.1/project-6.0.1.pom: idmergere-public-repository/id ./org/mortbay/jetty/project/6.0.1/project-6.0.1.pom: urlhttp://repo.mergere.com/maven2/url On Thu, Sep 11, 2008 at 12:40 AM, Martijn Dashorst [EMAIL PROTECTED

Re: Dependency from repository?

2008-08-27 Thread Martijn Dashorst
Talk to the hibernate guys—projects are responsible themselves for ensuring uploads to the central repo. This is not an issue for the maven team. Martijn On Wed, Aug 27, 2008 at 10:14 AM, Alexander Vaysberg [EMAIL PROTECTED] wrote: Hi, i have a problem with maven dependency for hiberante.

Re: Managing repositories.

2008-08-26 Thread Martijn Dashorst
On Tue, Aug 26, 2008 at 12:55 PM, Brett Porter [EMAIL PROTECTED] wrote: This is certainly a situation for a repository manager such as Archiva, Nexus, or Artifactory (not sure if this one has group Id filtering like the others, but it may). For more information:

Re: Building AppFuse with mvn

2008-08-19 Thread Martijn Dashorst
add a minus character before your DartifactId= Martijn On Tue, Aug 19, 2008 at 12:30 PM, sam wun [EMAIL PROTECTED] wrote: Hi, I tried to build my first AppFuse project following the link I shown below, http://appfuse.org/display/APF/AppFuse+QuickStart But I hit the first error:

Re: Building AppFuse with mvn

2008-08-19 Thread Martijn Dashorst
in this windows Vista desktop. I have insalled mysql 5 in a linux server. How can I make connection from this project to the mysql server in a remote server (linux system)? Thanks - Original Message - From: Martijn Dashorst Sent: 19/08/08 08:37 pm To: Maven Users List Subject

Re: generating javadoc on one of the dependency jar

2008-08-13 Thread Martijn Dashorst
You can only generate JavaDoc from source, not from a binary jar. For instance, parameter names are stripped in the binary code. Martijn On Wed, Aug 13, 2008 at 5:03 PM, Zemian Deng [EMAIL PROTECTED] wrote: Hello list, I have a commercial jar artifact that uploaded to my own repository, and I

Re: DistributionManagement using repository id

2008-08-08 Thread Martijn Dashorst
You could use a company repository manager, and reference that in a parent pom that all your projects extend. Martijn On Fri, Aug 8, 2008 at 12:37 PM, Richard Chamberlain [EMAIL PROTECTED] wrote: Hi, In all of my POM files I have a distribution management section. Each one of them has the

Re: Does maven1 works with Java5?

2008-07-21 Thread Martijn Dashorst
make sure you set the compiler version correctly. The compiler plugin defaults to java 1.3 Martijn On Mon, Jul 21, 2008 at 11:35 AM, thomas2004 [EMAIL PROTECTED] wrote: I have a java project built with Java5. Today as I rebuild the project with maven1 I got error. It doesn't recognize the

Re: Does maven1 works with Java5?

2008-07-21 Thread Martijn Dashorst
http://maven.apache.org/maven-1.x/plugins/java/properties.html On Mon, Jul 21, 2008 at 11:46 AM, thomas2004 [EMAIL PROTECTED] wrote: How and where can I set the compiler version? Martijn Dashorst wrote: make sure you set the compiler version correctly. The compiler plugin defaults

Re: deployment of dependencies to company repository

2008-07-16 Thread Martijn Dashorst
Use a repository manager such as artifactory or archiva instead, and let it download those dependencies for you. Or you can upload an existing (local) repository to artifactory to seed the cache. Martijn On Wed, Jul 16, 2008 at 6:19 PM, Fisher, Jonathan [EMAIL PROTECTED] wrote: Hey guys, I've

Re: Canoo WebTest Plugin 0.2 for M2 is available for field testing ...

2008-07-02 Thread Martijn Dashorst
I've downloaded the latest (0.6.1) and built it from the source but any plugin invocation results in npe's in maven. For example: $ mvn help:describe -Dplugin=webtest -Dfull=true [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'help'. WAGON_VERSION: 1.0-beta-2

Re: Publishing Source and Javadoc to Local Repository

2008-06-01 Thread Martijn Dashorst
See the maven source plugin, and attach it to the jar execution phase (iirc.) you can see one example of the definition in action in the Wicket parent pom: http://svn.apache.org/repos/asf/wicket/trunk/pom.xml Martijn -- Become a Wicket expert, learn from the best: http://wicketinaction.com

Re: Package and Tag

2007-11-18 Thread Martijn Dashorst
I think you need the mvn release:prepare release:perform goals. Martijn On Nov 18, 2007 5:48 PM, Brad Smith [EMAIL PROTECTED] wrote: I use maven on several projects that provide components to other applications. I would like to have maven automatically create a tag in the subversion

Re: Repostings (Was: RE: JDK6 compilation issue using Maven2 - annotations are not supported in -source 1.3)

2007-09-13 Thread Martijn Dashorst
gmail doesn't register your own messages as 'new'. as such your own first posts hardly get noticed in gmail, only when someone responds they light up. This is at least what I've learned over the years. Martijn On 9/13/07, Tim Kettler [EMAIL PROTECTED] wrote: So when you reply to a message on

Re: Maven-assembly-plugin to build simple jar

2007-04-01 Thread Martijn Dashorst
why don't you use a packaging of type 'jar'? Martijn On 4/1/07, raju [EMAIL PROTECTED] wrote: Hi, I just need to build a jar file containing the class files from a directory. There are too many elements as part of the plugin. Please provide me a pom snippet to achieve just jarring of files

Lifecycle and rebuilds

2007-03-21 Thread Martijn Dashorst
All, I have a question that is bugging me for quite some time regarding maven 2 and the build lifecycle. Way back when I didn't use maven yet (2003) we used ant to automate our build and everything was very efficient: compiles were only done on java files that were actually changed, javadoc

Re: Lifecycle and rebuilds

2007-03-21 Thread Martijn Dashorst
. Is there a way to prevent this from happening? Martijn On 3/21/07, Martijn Dashorst [EMAIL PROTECTED] wrote: All, I have a question that is bugging me for quite some time regarding maven 2 and the build lifecycle. Way back when I didn't use maven yet (2003) we used ant to automate our build

Re: Reduce memory-usage of maven 2

2006-09-10 Thread Martijn Dashorst
Probably the defaults for your jvm are too low. You can (read: should be able to) increase the memory available for your Java runtime environment by setting the following (assuming you use bash as a shell): export JAVA_OPTS=-Xmx512m This should give you enough memory for maven to run in.

Re: Re: Dependency scopes

2006-08-30 Thread Martijn Dashorst
No, but maven is also used to create war, ear and other distribution packages. These packages need those actual runtime dependencies inside them. So for testing I need junit, but not at runtime - test scope For testing I may not have a need for oracle-jdbc (using hsqldb for unittests), but at

Re: Re: Re: Dependency scopes

2006-08-30 Thread Martijn Dashorst
Yes, but runtime classpath != runtime scope runtime classpath == union(compile, runtime scope) Martijn On 8/30/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: So, this means that war and ear plug-ins reference the runtime classpath instead of say compile or test. Correct? Martijn Dashorst

Re: Re: Repo sync with Ibiblio

2006-08-29 Thread Martijn Dashorst
OK, thanks, I created a JIRA issue for the sync. Martijn On 8/28/06, Carlos Sanchez [EMAIL PROTECTED] wrote: you have to ask for it, not automated yet On 8/27/06, Martijn Dashorst [EMAIL PROTECTED] wrote: Hi, Our repository is in the sync scripts of maven (thanks Carlos!), and I'm

Repo sync with Ibiblio

2006-08-28 Thread Martijn Dashorst
Hi, Our repository is in the sync scripts of maven (thanks Carlos!), and I'm wondering if I have to do anything specific to get the sync triggered or whether it is now fully automated? Martijn -- Download Wicket 1.2.2 now! New Ajax components: Tree, TreeTable and ModalWindow --

Re: Howto: Assembly, type and extension

2006-07-11 Thread Martijn Dashorst
IIUC The assembly plugin is used to build distributable artifacts, such as zips containing your project, documentation, installation scripts, run scripts etc. It is not intended to be put into a repository. Maven only allows one artifact (the result of building your module) per project/module.

Re: Re: Assembly and parent pom

2006-07-06 Thread Martijn Dashorst
Barrie, Thanks for the answers. Example setup: project groupIdfoo/groupId artifactIdfoo-parent/artifactId version1.0-SNAPSHOT/version packagingpom/packaging /project project parent groupIdfoo/groupId artifactIdfoo-parent/artifactId version1.0-SNAPSHOT/version /parent

Re: mvn install with sources?

2006-07-05 Thread Martijn Dashorst
Attach the sources plugin to the install phase of the build. plugin inheritedtrue/inherited groupIdorg.apache.maven.plugins/groupId artifactIdmaven-source-plugin/artifactId

Assembly and parent pom

2006-07-05 Thread Martijn Dashorst
All, If you have a project setup where all your projects have a common parent project, and some are dependend on the others, how can you accomodate the downloaders of your assemblies such that they still can build your project using maven if/when they are offline? Example setup: project

Re: Re: Project structure and releasing

2006-07-03 Thread Martijn Dashorst
be wrong, but if your parent is, as in the book, a pom packaged artifact with a module list then doing a release at that level should prompt (with sensible defaults) the release of all the modules. Andy On Fri, 2006-06-30 at 21:29 +0200, Martijn Dashorst wrote: All, I've updated the structure

Re: Re: Assembly plugin with war packaging type fails to work properly

2006-06-30 Thread Martijn Dashorst
assembly:assembly and assembly:attached is the object that they are working on. The goal assembly:assembly uses ${executedProject} while assembly:attached uses ${project}. So if assembly:attached works for you, then I suggest you use it. Martijn Dashorst wrote: All, We have an examples project which has

Project structure and releasing

2006-06-30 Thread Martijn Dashorst
All, I've updated the structure of my projects that depend on one another to the structure as proposed in the better builds with maven book. The one problem I have with this way of building is the link to the parent project: parent groupIdwicket/groupId artifactIdwicket-parent/artifactId

Assembly plugin with war packaging type fails to work properly

2006-06-29 Thread Martijn Dashorst
All, We have an examples project which has an artifact type of 'war'. The dependencies for the war are correct and for instance servlet api has scope 'provided'. The provided jars don't show up in the WAR file, which is what I want. Now the catch: I want to create a combined src/binary ZIP

Re: Maven Assembly

2006-06-04 Thread Martijn Dashorst
I noticed that also, and created a JIRA issue for it: http://jira.codehaus.org/browse/MASSEMBLY-112 Martijn On 6/2/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Has anyone else noticed how the main jar file you create is now included as a dependency when using the dependendencySets in an

Re: What scope is like 'provided' and 'test' together?

2006-02-26 Thread Martijn Dashorst
] -- -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED] -- Living a wicket life... Martijn Dashorst - http://www.jroller.com/page/dashorst Wicket 1.1.1 is out: http://wicket.sourceforge.net/wicket-1.1

Re: Is it possible to make pom.xml simpler?

2005-12-18 Thread Martijn Dashorst
[EMAIL PROTECTED] -- Regards, _ Arik Kfir[EMAIL PROTECTED] -- Living a wicket life... Martijn Dashorst - http://www.jroller.com/page/dashorst Wicket 1.1 is out: http://wicket.sourceforge.net/wicket-1.1

Re: link broken on maven 2 site

2005-12-18 Thread Martijn Dashorst
/guides/mini/guide-site.html page, there is a link to the apt format documentation( http://maven.apache.org/guides/mini/apt-format.html), but this link seems broken. regards, Wim -- Living a wicket life... Martijn Dashorst - http://www.jroller.com/page/dashorst Wicket 1.1 is out: http

Supplying your own maven-project-info-plugin reporters

2005-12-18 Thread Martijn Dashorst
All, How should one change the way the project-info reports are generated? For instance, I like to not show the email address of contributors and developers, and fold some of the columns. How can I provide that functionality? Martijn -- Living a wicket life... Martijn Dashorst - http

Re: link broken on maven 2 site

2005-12-18 Thread Martijn Dashorst
some errors, don't hesitate to inform us on the mailing list or on jira. Cheers Arnaud -Message d'origine- De : Martijn Dashorst [mailto:[EMAIL PROTECTED] Envoyé : dimanche 18 décembre 2005 22:32 À : Maven Users List Objet : Re: link broken on maven 2 site

Clover and licensed jar file

2005-12-18 Thread Martijn Dashorst
How can I use a licensed clover.jar instead of the 30-day trial jar file? Note I have a licensed clover.jar already :-) Martijn -- Living a wicket life... Martijn Dashorst - http://www.jroller.com/page/dashorst Wicket 1.1 is out: http://wicket.sourceforge.net/wicket-1.1

Re: Suggestion: Seperate list for M2?

2005-10-17 Thread Martijn Dashorst
-1 for me. I find it very comforting to have one list on which I can ask all questions maven. Be it working with 1.0.2, 1.1-beta2 or m2. I don't mind the high traffic, and I also don't mind when people don't put m2 or m1 in the header (it does help, though). And I agree with RKS that the

[1.1b2] unable to build distribution

2005-10-04 Thread Martijn Dashorst
All, I'm having troubles to build the wicket distribution using the maven distribution plugin. I have modified the plugin to some degree, but I doubt that is causing the problem. This happens both in windows xp and mac osx. Both use jdk 1.4, and maven 1.1-b2. The strangest thing is that when I

Re: Jar tampered while transiting from repository?

2005-08-23 Thread Martijn Dashorst
Check the MD5 sum? Martijn Hugues Pisapia wrote: Hi there, Is there a way we can be sure that jar files are not tampered while transiting from remote repositories to the local repository? My guess would be to use https, but the repository would have to support this. - Hugues

M2 transitive dependencies and releasing with M1

2005-08-22 Thread Martijn Dashorst
All, I'm currently releasing Wicket and we have 2 projects: wicket and wicket-extensions. The extensions project has a dependency on wicket. When I create a new version of wicket, do I need to release a new, updated version of extensions as well? Or is this automatically resolved with m2?

Website layout, multiple releases and maven projects

2005-07-16 Thread Martijn Dashorst
All, As the release and site manager of the Wicket project, I am trying to come up with a good scheme for uploading maven generated sites and putting this in projects. Currently we have all documentation in the xdocs folder of the Wicket project. I can simple do a maven clean

Re: How to send build status in email...

2005-06-03 Thread Martijn Dashorst
Eric Pugh wrote: A little off topic, but why wouldn't you use CruiseControl (or any of the other tools out there?) CC has good Maven support, an okay reporting interface, and is scalable. I'd hazard that you could get a basic build up and running in the required 15 minutes for a sniff

Re: How to send build status in email...

2005-06-03 Thread Martijn Dashorst
a bit since 2.1. 2.2 is very well documented I think. And the PDF I'm pointing to is also excellent: you don't need anything more to get started. Martijn Martijn Dashorst wrote: Eric Pugh wrote: A little off topic, but why wouldn't you use CruiseControl (or any of the other tools out

Re: JUnit testing with Maven

2005-05-23 Thread Martijn Dashorst
A_Chitra wrote: Hello all, I have two projects (two enterprise applications) developed in RAD. One application has JUnit test cases to test the other application. Is it possible to automate the testing using Maven. Please advise me. You'd have to do a multiproject in order for this

Re: [checkstyle] Enabling HTML reports for checkstyle

2005-05-19 Thread Martijn Dashorst
Don't run the checkstyle plugin directly, but use the site plugin. Martijn Vinod Panicker wrote: Hi, Is there any way in which HTML reports can be made for the checkstyle plugin? Currently its producing a .txt and a .xml file Regards, Vinod. PS: Couldn't search the archives coz the site was giving

Re: Maven 2 error

2005-04-29 Thread Martijn Dashorst
comment out the jdbc dependency in the velocity.pom in the m2 repository. This will enable m2 to generate the project. Martijn Simon Matic Langford wrote: alas, I'm trying to create the pom file using m2, so I don't have any dependencies yet, I don't even have a pom file. -Original

Plugin for generating netbeans project files from pom?

2005-04-08 Thread Martijn Dashorst
Hi, Is there a netbeans plugin similar to the maven-eclipse-plugin, maven-idea-plugin, or maven-FAVORITE_IDE-plugin? I can't seem to find one. Martijn - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Firebird DB/Jaybird JDBC Driver

2005-04-07 Thread Martijn Dashorst
Jamie Bisotti wrote: Our project is using Firebird DB and its Jaybird JDBC driver. I can't seem to find Jaybird on Ibiblio; nor any mention of Maven/Jaybird in either projects mailing lists. Is anyone using Maven with Firebird/Jaybird? If so, how are you handling the dependency? I don't

Re: maven site

2005-04-01 Thread Martijn Dashorst
Stephen Gray wrote: Hi, How does the maven site refresh itself with the latest reports. Is it necessary to deploy the site everytime to refresh it? Yes. But you could use CruiseControl (or a similar product) to do that for you... Martijn

Re: maven site

2005-04-01 Thread Martijn Dashorst
Stephen Gray wrote: Thanks very much for that. I have one question though. If you use the goals in maven.xml to deploy the site will they ever be seen? Is cruisecontrol not going to be in a continuous loop? I don't understand what your concern is here. A goal in a maven.xml is almost the same

Re: New Maven Site is Live

2005-03-15 Thread Martijn Dashorst
), a testing framework for testing web applications With regards, Martijn Dashorst - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: New Maven Site is Live

2005-03-15 Thread Martijn Dashorst
available for offline browsing. Martijn Dashorst - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: artifacts and JDK version

2005-02-28 Thread Martijn Dashorst
This sounds like a good option. I'm +1. Martijn Nicolas De Loof wrote: Hi, I've got some troubles using ibiblio as source for binaries because my project runs on JDK1.3. Some artifacts on repository are compiled on java 1.4 or 5.0 and don't run on JDK 1.3 For example, my project uses

Re: Junit with maven does it work

2005-02-28 Thread Martijn Dashorst
Krikor Krumlian wrote: Hello everyone Has anyone been able to make junit tests work in maven ? If yes can you show me the dependency you used maven version and the unitTest stuff . It seems so easy and should work but for some reason i have not been able to . thank you Try the 'maven genapp'

Re: artifacts and JDK version

2005-02-28 Thread Martijn Dashorst
Arnaud HERITIER wrote: I think that this feature will be available in m2. But in m1 I don't think we'll support it. Arnaud On Mon, 28 Feb 2005 13:23:32 +0100, Martijn Dashorst [EMAIL PROTECTED] wrote: This sounds like a good option. I'm +1. Martijn Nicolas De Loof wrote: Hi, I've got some

Re: How to configure the name of the target directory?

2005-02-17 Thread Martijn Dashorst
You might want to read the User's guide: http://maven.apache.org/reference/user-guide.html#Behavioural_Properties Martijn Gisbert Amm wrote: Hello maveners, is it possible to configure the name of the target directory? I've searched for a property like maven.target.directory or so but did not

Re: How to configure the name of the target directory?

2005-02-17 Thread Martijn Dashorst
It is configurable, and should be, just like the src and test directories. If it isn't, I don't see how one can 'easily' transform an ant project to maven without jumping through hoops. Is there any particular and good reason why you want to change it? By using this setting, it is easier to be

Re: Beginner's woes

2005-01-16 Thread Martijn Dashorst
Michael, I understand that the whole of maven might be overwhelming, but it looks like you are trying to let us do your work for you. However, not to be a pita, I'll give some pointers where you can start. First of all, to begin working with maven, all you need is a working J2SDK (1.4 is the

RE: Clean target still requires dependencies

2005-01-14 Thread Martijn Dashorst
Your solution is a little dangerous. If one creates a package with the name 'target', like com.foobar.target.xml then this package directory and all subdirectories are deleted. Bye bye source! I wouldn't call this 'safeClean' :-) Martijn -Oorspronkelijk bericht- Van: Marcin Gurbisz

  1   2   >