I suspect it has to do with your customization of the install goal:

>                       <plugin>
>                               <groupId>org.apache.maven.plugins</groupId>
>                       <artifactId>maven-install-plugin</artifactId>
>                       <version>2.5.1</version>
>                       <configuration>
>                               <file>certloader-custom-action.jar</file>
>                               
> <file>certloader-custom-action-sources.jar</file>
>                       </configuration>
>                       </plugin>

It looks as though your customization is telling it to install something that 
would not be installed by default.

On Jan 8, 2014, at 4:33 PM, andre999 <andre...@hotmail.com> wrote:

> That's the problem. I do not know how to order maven install NOT to read the
> directory and not to create repository. Maven install reads the
> "install4j\certImport" folder and this is where it fails. How can I make
> maven not to read (skip) this "install4j\certImport" folder?
> 
> Thanks
> 
> 
> 
> --
> View this message in context: 
> http://maven.40175.n5.nabble.com/Maven-install-phase-Access-is-denied-tp5780920p5780969.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 

-----------------
Author, Getting Started with Apache Maven 
<http://www.packtpub.com/getting-started-with-apache-maven/video>

Come read my webnovel, Take a Lemon <http://www.takealemon.com>, 
and listen to the Misfile radio play <http://www.fuzzyfacetheater.com/misfile/>!







Reply via email to