goals should be able to run without using pom.xml even if its available -----------------------------------------------------------------------
Key: MNG-2455 URL: http://jira.codehaus.org/browse/MNG-2455 Project: Maven 2 Issue Type: New Feature Environment: software platform Reporter: Jagan Priority: Blocker Maven goals should be able to run ignoring a pom.xml even if its present. In my custom made plugin, I want to ignore the pom file. Tried to use @requiresProject false, this ran fine if there is no pom, but if a pom file is available it uses it. Can someone please add a feature to ignore the pom even if its there. maybe like @ignoreProject or something like that. This change looks pretty simple and this issue is blocking our development. Thanks -Jagan -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira