Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D446183EA for ; Mon, 22 Jun 2015 20:14:04 +0000 (UTC) Received: (qmail 11781 invoked by uid 500); 22 Jun 2015 20:14:03 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 11733 invoked by uid 500); 22 Jun 2015 20:14:03 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 11720 invoked by uid 99); 22 Jun 2015 20:14:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2015 20:14:03 +0000 Date: Mon, 22 Jun 2015 20:14:03 +0000 (UTC) From: "Karl Heinz Marbaise (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MINVOKER-187) Cloned IT project must be writable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MINVOKER-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14596563#comment-14596563 ] Karl Heinz Marbaise commented on MINVOKER-187: ---------------------------------------------- Ok Dan. So i would suggest to lift the number 2.0 to mark the JDK 6 requirement...Priyanka woud that be ok for your? > Cloned IT project must be writable > ---------------------------------- > > Key: MINVOKER-187 > URL: https://issues.apache.org/jira/browse/MINVOKER-187 > Project: Maven Invoker Plugin > Issue Type: Bug > Affects Versions: 1.10 > Reporter: Dan Tran > Priority: Critical > Fix For: 1.10.1 > > Attachments: MINVOKER-187.patch > > > m-invoker-p-1.10, it keeps the same file permissions when cloning IT projects to target/it, and fail for not able to interpolate the clone source. This only happens for SCM like Perforce where source by default is read only > Here is the stack trace > {noformat}Caused by: java.io.FileNotFoundException: C:\views\dev\maven-tools\plugins\thirdparty-maven-plugin\target\it\cli\pom.xml (Access is denied) > at java.io.FileOutputStream.open(Native Method) > at java.io.FileOutputStream.(FileOutputStream.java:213) > at java.io.FileOutputStream.(FileOutputStream.java:162) > at org.codehaus.plexus.util.xml.XmlStreamWriter.(XmlStreamWriter.java:59) > at org.codehaus.plexus.util.WriterFactory.newXmlWriter(WriterFactory.java:117) > at org.apache.maven.plugin.invoker.AbstractInvokerMojo.buildInterpolatedFile(AbstractInvokerMojo.java:2313){noformat} > Need this fix in order to upgrade to maven-3.3.x at Perforce environment -- This message was sent by Atlassian JIRA (v6.3.4#6332)