[jira] [Created] (SUREFIRE-2261) NullPointerException when generating a test report

2024-09-01 Thread Andrei Solntsev (Jira)
Andrei Solntsev created SUREFIRE-2261: - Summary: NullPointerException when generating a test report Key: SUREFIRE-2261 URL: https://issues.apache.org/jira/browse/SUREFIRE-2261 Project: Maven

[jira] [Commented] (MSHADE-419) Shade plugin causes pom to be created without compile dependencies

2022-05-10 Thread Andrei Solntsev (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534191#comment-17534191 ] Andrei Solntsev commented on MSHADE-419: How is it possible that this

[jira] Updated: (MSHARED-141) MavenCommandLineBuilder incorrectly adds system properties

2010-01-13 Thread Andrei Solntsev (JIRA)
[ http://jira.codehaus.org/browse/MSHARED-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Solntsev updated MSHARED-141: Attachment: MSHARED-141-maven-invoker.patch Patch is provided > MavenCommandLineBuil

[jira] Created: (MSHARED-141) MavenCommandLineBuilder incorrectly adds system properties

2010-01-13 Thread Andrei Solntsev (JIRA)
Components: maven-invoker Affects Versions: maven-invoker 2.0.11, maven-invoker 2.0.10, maven-invoker 2.0.9, maven-invoker 2.0.8, maven-invoker 2.0.7 Reporter: Andrei Solntsev Priority: Minor Class MavenCommandLineBuilder adds system properties with spaces. For

[jira] Commented: (MNG-4444) Unable to use "test" scope dependencies

2009-11-16 Thread Andrei Solntsev (JIRA)
[ http://jira.codehaus.org/browse/MNG-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=198389#action_198389 ] Andrei Solntsev commented on MNG-: -- Benjamin, thank you! Removing the really he

[jira] Created: (MNG-4444) Unable to use "test" scope dependencies

2009-11-15 Thread Andrei Solntsev (JIRA)
3.0-alpha-3 Reporter: Andrei Solntsev Priority: Blocker Maven build fails with the following error message: "[ERROR] The project bla.bla-SNAPSHOT (C:\bla\pom.xml) has 1 error [ERROR] 'build.plugins.plugin[org.apache.maven.plugins:m

[jira] Commented: (SCM-333) Continuum ignores a new given password for a cvs account until the cvsroot is also changed

2009-11-09 Thread Andrei Solntsev (JIRA)
[ http://jira.codehaus.org/browse/SCM-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=197756#action_197756 ] Andrei Solntsev commented on SCM-333: - We also have this issue not only in Continuum, bu

[jira] Updated: (SCM-474) Make class ChangeSet thread-safe

2009-05-21 Thread Andrei Solntsev (JIRA)
[ http://jira.codehaus.org/browse/SCM-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Solntsev updated SCM-474: Attachment: MNG-474-maven-core.patch The patch has been attached. Short changes description: 1. Replaced

[jira] Created: (SCM-474) Make class ChangeSet thread-safe

2009-05-21 Thread Andrei Solntsev (JIRA)
Reporter: Andrei Solntsev Priority: Minor Class org.apache.maven.scm.ChangeSet declares a static member of type SimpleDateFormat which is not thread-safe. If 2 concurrent treads try to use it, it will lead to error. Proposed solution is to use class ThreadSafeDateFormat described

RE: [jira] Updated: (SCM-467) Make core SCM API objects Serializable

2009-05-10 Thread Andrei Solntsev
Hi, I have create this issue for Maven-SCM project. Though it has low priority, it could be quickly closed since it has a patch attached. Could anyone commit the patch? Thanks, Andrei Solntsev -Original Message- From: Andrei Solntsev (JIRA) [mailto:j...@codehaus.org] Sent: Monday, May

[jira] Updated: (SCM-467) Make core SCM API objects Serializable

2009-05-04 Thread Andrei Solntsev (JIRA)
[ http://jira.codehaus.org/browse/SCM-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Solntsev updated SCM-467: Attachment: MNG-467-maven-core.patch Trivial fix: 1) Added "implements Serializable" to several

[jira] Created: (SCM-467) Make core SCM API objects Serializable

2009-05-04 Thread Andrei Solntsev (JIRA)
, 2.0, future Reporter: Andrei Solntsev Priority: Trivial The following classes from package org.apache.maven.scm are Serialzable by nature, but don't implement java.io.Serializable interface: AbstractScmVersion, ChangeFile, ChangeSet, CommandParameter, CommandParam

[jira] Commented: (MASSEMBLY-285) regression: duplicate files added to the assembly

2008-06-03 Thread Andrei Solntsev (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=137228#action_137228 ] Andrei Solntsev commented on MASSEMBLY-285: --- I have a project with several submod

[jira] Created: (SCM-367) Create new SCM provider: Proxy-SCM

2008-02-09 Thread Andrei Solntsev (JIRA)
Reporter: Andrei Solntsev Priority: Minor Create one more SCM provider, Proxy SCM. Its main goal is to checkout different modules from different places calling other SCM providers. See detailed description in my blog: http://asolntsev.blogspot.com/2008/02/extending-maven-scm

[jira] Created: (SCM-360) CVS Tag command doesn't use FileSet (list of files), tagging ALL files in working directory

2007-12-12 Thread Andrei Solntsev (JIRA)
oject: Maven SCM Issue Type: Bug Components: maven-scm-provider-cvs Affects Versions: 1.x, 2.0 Reporter: Andrei Solntsev Attachments: scm.diff I want to tag ONE file in the working directory. I don't want to tag ALL files. I call SCM Plugin with

[jira] Commented: (SCM-343) Changelog can be generated with only an end-tag

2007-12-12 Thread Andrei Solntsev (JIRA)
[ http://jira.codehaus.org/browse/SCM-343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_116574 ] Andrei Solntsev commented on SCM-343: - This is a useful patch. Why it's not still included in new plugin ve