Re: critique of maven 2.0.2

2006-02-03 Thread Piotr Bzdyl
Hello, AFAIK maven does not include optional dependencies (unless you specify you want them). The problem is that usually, they are not declared as optional in the POMs in the repository (though I could be wrong here..) I am not sure not but I tried some time ago and I think that it included.

Re: critique of maven 2.0.2

2006-02-03 Thread Piotr Bzdyl
Hello, http://www.ctoforaday.com/archives/49.html I agree with the author about dependency management and transitional dependency handling. I don't know why Maven 2 includes all optional dependencies by default. Why must I care what all possible features hibernate has and exclude all unne

[jira] Updated: (MAVENUPLOAD-706) Upload wicket-1.1.1-bundle.jar and wicket-extensions-1.1.1-bundle.jar

2006-01-31 Thread Piotr Bzdyl (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-706?page=all ] Piotr Bzdyl updated MAVENUPLOAD-706: Attachment: wicket-1.1.1-bundle.jar > Upload wicket-1.1.1-bundle.jar and wicket-extensions-1.1.1-bundle.

[jira] Commented: (MAVENUPLOAD-706) Upload wicket-1.1.1-bundle.jar and wicket-extensions-1.1.1-bundle.jar

2006-01-30 Thread Piotr Bzdyl (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-706?page=comments#action_57292 ] Piotr Bzdyl commented on MAVENUPLOAD-706: - You can find the example at the Hibernate: http://ibiblio.org/maven2/org/hibernate/hibernate/3.1.1/. > Upload wicket-1.

[jira] Commented: (MAVENUPLOAD-706) Upload wicket-1.1.1-bundle.jar and wicket-extensions-1.1.1-bundle.jar

2006-01-30 Thread Piotr Bzdyl (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-706?page=comments#action_57291 ] Piotr Bzdyl commented on MAVENUPLOAD-706: - I meant including wicket-1.1.1-sources.jar within the upload bundle, not including *.java files in the wicket-1.1.1.jar (just

[jira] Commented: (MAVENUPLOAD-706) Upload wicket-1.1.1-bundle.jar and wicket-extensions-1.1.1-bundle.jar

2006-01-30 Thread Piotr Bzdyl (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-706?page=comments#action_57287 ] Piotr Bzdyl commented on MAVENUPLOAD-706: - Thank you very much for your work. However, I would like to kindly ask you to include also sources in the bundles so it can

[m2] surefire and commons-logging problem

2006-01-04 Thread Piotr Bzdyl
Hello, I have a problem with running surefire tests when I have commons-logging in my classpath. I get java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory. I am subscriber of this list and I think I saw a solution here (adding something to the commons-logging...???) but

[jira] Commented: (MNG-1832) built-in property containing current timestamp

2005-12-15 Thread Piotr Bzdyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1832?page=comments#action_53539 ] Piotr Bzdyl commented on MNG-1832: -- It would be very helpful in filling some properties files to get built-time at the artifact runtime to identify the version. It would be also

[m2] Properties and current date/time (from users list)

2005-11-04 Thread Piotr Bzdyl
Hi, How can I get a property with current date or time as property in the form as with ${pom.version}? I would like to use it in the pom.xml. Best regards, Piotrek - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: SVN autogenerated emails

2005-11-03 Thread Piotr Bzdyl
It is very similar to this layout (in my email reader some colours are different than on that page): http://archive.mojo.codehaus.org/scm/messages/961 Piotrek - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: SVN autogenerated emails

2005-11-03 Thread Piotr Bzdyl
Hi, I find the mojo svn mails hard to read - too many underscores and strikethrus. How about something like red for "-" and green for "+" in both? Just my 2p. I don't know what you are talking about. I meant emails on the [EMAIL PROTECTED] There are sections with all commit informations in

SVN autogenerated emails

2005-11-03 Thread Piotr Bzdyl
Hello, I wonder why don't you change the layout of the autogenerated emails with svn commit reports to look the same as on the [EMAIL PROTECTED] Or maybe you (commiters) don't have access to the SVN configuration? It looks much better and is easier to read. Just in case if you don't have eno

[jira] Created: (MNG-1395) Change all m2.bat and m2 references in sources to mvn.bat and mvn

2005-11-02 Thread Piotr Bzdyl (JIRA)
Change all m2.bat and m2 references in sources to mvn.bat and mvn - Key: MNG-1395 URL: http://jira.codehaus.org/browse/MNG-1395 Project: Maven 2 Type: Bug Reporter: Piotr Bzdyl Priority: Minor

[jira] Updated: (MNG-1360) Polish translation for maven-site-plugin

2005-11-01 Thread Piotr Bzdyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1360?page=all ] Piotr Bzdyl updated MNG-1360: - Attachment: MNG-1360.txt Done. Attached patch for both files. Please, commit it to the repository. > Polish translation for maven-site-plu

[jira] Created: (MNG-1360) Polish translation for maven-site-plugin

2005-10-29 Thread Piotr Bzdyl (JIRA)
Polish translation for maven-site-plugin Key: MNG-1360 URL: http://jira.codehaus.org/browse/MNG-1360 Project: Maven 2 Type: Improvement Components: maven-site-plugin Reporter: Piotr Bzdyl Attachments: site

[jira] Created: (MNGECLIPSE-4) Problems with dependencies other that jar and war (ie. par, ejb3)

2005-10-27 Thread Piotr Bzdyl (JIRA)
Windows XP, Eclipse 3.2M2, plugin ver. 0.0.3 Reporter: Piotr Bzdyl Assigned to: Eugene Kuleshov I found a problem in eclipse with projects producing artifacts with other than war and jar types. I use mvn eclipse:eclipse to generate .project and .classpath on the pom.xml with war which

Re: m2 plugin for eclipse

2005-10-25 Thread Piotr Bzdyl
I have installed this plugin and I can't find where can I find to call maven 2 goals from Eclipse. Is it possible in this plugin version? I found that I can call maven 2 goals from eclipse: right click on the pom.xml -> Run -> maven2 But I found also a problem in eclipse with projects produci

[jira] Commented: (MNG-896) Need to declare dependencies as resources outside of WEB-INF in WARs

2005-10-24 Thread Piotr Bzdyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-896?page=comments#action_49155 ] Piotr Bzdyl commented on MNG-896: - What about other types of artifacts? I mean libraries which include HTML resources like html pages, images, js, css, ie. JSP custom tag calendar

Re: m2 plugin for eclipse

2005-10-21 Thread Piotr Bzdyl
The plugin assumes you have not used the "m2 eclipse:eclipse" command. The m2 plugin for eclipse assumes you have started with the m2 plugin for eclipse. The two methods of working with eclipse currently don't work very well together. We suggest working from within Eclipse. So how to start w

Re: m2 plugin for eclipse

2005-10-21 Thread Piotr Bzdyl
Hi, If you prefix the email with [eclipse-plugin] then I can automate it. I apologize in advance but I need the information as this is a Mergere sponsored project (but will be open sourced) so I need the info. I have installed this plugin and I can't find where can I find to call maven 2 goa

[jira] Commented: (MNG-678) scp intermittently failing deploying artifact

2005-10-20 Thread Piotr Bzdyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-678?page=comments#action_48941 ] Piotr Bzdyl commented on MNG-678: - I use maven 2.0 and this error still appears: Uploading: scp://#/repository/maven2/net/bzdyl/maven/plugins/maven-par-plugin/1.0/maven-par

[jira] Updated: (MNG-699) Add EJB3 support in a plugin

2005-09-25 Thread Piotr Bzdyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-699?page=all ] Piotr Bzdyl updated MNG-699: Attachment: maven2-ejb3-support.zip I created maven-par-plugin and maven-ejb3-plugin and necessary patches in maven-artifact and maven-core components.xml files (added new

[jira] Updated: (MNG-699) Add EJB3 support in a plugin

2005-09-13 Thread Piotr Bzdyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-699?page=all ] Piotr Bzdyl updated MNG-699: Attachment: JarMojo.java-patch I created simple patch for JarMojo.java which allows setting different than "jar" file extension of the generated files. It could be

[jira] Commented: (MNG-699) Add EJB3 support in a plugin

2005-09-04 Thread Piotr Bzdyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-699?page=comments#action_45801 ] Piotr Bzdyl commented on MNG-699: - I still think that there should be possibility to create jar files with extension different than just *.jar. Look at the JBoss different artifact (sar

[jira] Commented: (MNG-699) Jar plugin - provide possibility to change generated jar file extension

2005-08-04 Thread Piotr Bzdyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-699?page=comments#action_43937 ] Piotr Bzdyl commented on MNG-699: - Yes, par files for example add persistence.xml file to the META-INF directory, but par file is nothing more that jar file with this persistence.xml

[jira] Commented: (MNG-699) Jar plugin - provide possibility to change generated jar file extension

2005-08-04 Thread Piotr Bzdyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-699?page=comments#action_43899 ] Piotr Bzdyl commented on MNG-699: - "generate default file extension based on the project >>>>artifact ID<<<< or let it to specify via plugin properties.&q

[jira] Created: (MNG-699) Jar plugin - provide possibility to change generated jar file extension

2005-08-04 Thread Piotr Bzdyl (JIRA)
Reporter: Piotr Bzdyl Please, provide possibility to generate artifact with extension other than 'jar' only. It is not possible to set the project (artifactId = example) artifact type i.e. to 'par' (persistance archive) or 'ejb3' and get example.par or example