[jira] Created: (MEVENIDE-554) CLONE -%MAVEN_HOME%/conf/settings.xml not being honored

View: New views
6 Messages — Rating Filter:   Alert me  

[jira] Created: (MEVENIDE-554) CLONE -%MAVEN_HOME%/conf/settings.xml not being honored

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

CLONE -%MAVEN_HOME%/conf/settings.xml not being honored
-------------------------------------------------------

                 Key: MEVENIDE-554
                 URL: http://jira.codehaus.org/browse/MEVENIDE-554
             Project: mevenide
          Issue Type: Bug
          Components: mevenide2-netbeans
    Affects Versions: NB_2.3
         Environment: Windows XP, Netbeans 5.5
            Reporter: Jim McDonnell
            Assignee: Milos Kleint


I needed to change my default location of my local repository due to the hibernate Java persistence support not handling spaces in jar file locations when unit tests were executing.  Changing my repository location to c:\m2_repo solved that problem, but now I can't get the Maven2 Netbeans plugin to honor that location.  It always recreates the repository in the.m2 directory in my user home.  I have not been able to find a setting or a bug mentioning this, so I'm assuming it hasn't be run into before.

This has caused me not to be able to build a maven2 project from inside netbeans because netbeans is telling maven2 to use a different location for it's repository than what I told Maven2 to use.  I have to run maven2 manually from a command prompt.

--
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

       

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


[jira] Commented: (MEVENIDE-554) CLONE -%MAVEN_HOME%/conf/settings.xml not being honored

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MEVENIDE-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_104938 ]

Milos Kleint commented on MEVENIDE-554:
---------------------------------------

most likely a "wontfix" bug. the MAVEN_HOME/conf/settings.xml assumes the presence of command line maven binaries. however the ide support doesn't require maven to be installed at all as it's using the maven embedder.
We use only the ~/.m2/settings.xml file. If you change the localRepository there it should be honoured.


> CLONE -%MAVEN_HOME%/conf/settings.xml not being honored
> -------------------------------------------------------
>
>                 Key: MEVENIDE-554
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-554
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.3
>         Environment: Windows XP, Netbeans 5.5
>            Reporter: Jim McDonnell
>            Assignee: Milos Kleint
>
> I needed to change my default location of my local repository due to the hibernate Java persistence support not handling spaces in jar file locations when unit tests were executing.  Changing my repository location to c:\m2_repo solved that problem, but now I can't get the Maven2 Netbeans plugin to honor that location.  It always recreates the repository in the.m2 directory in my user home.  I have not been able to find a setting or a bug mentioning this, so I'm assuming it hasn't be run into before.
> This has caused me not to be able to build a maven2 project from inside netbeans because netbeans is telling maven2 to use a different location for it's repository than what I told Maven2 to use.  I have to run maven2 manually from a command prompt.

--
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

       

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


[jira] Commented: (MEVENIDE-554) CLONE -%MAVEN_HOME%/conf/settings.xml not being honored

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MEVENIDE-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_104940 ]

Jim McDonnell commented on MEVENIDE-554:
----------------------------------------

Sorry, first time using.  I thought cloning the previous ticket (MEVENIDE-500) would let me update the original description.

Anyway, for security reasons, our company would like to prevent downloading Artifacts from the internet that have not been approved.

So, we are creating an internal repository that is defined at the Installation Settings level (%M2_HOME%/conf.settings.xml).  This allows our team to share this new repository definition, and activation of the profile that it belongs too.

I was able to get around this by copying the Installation's settings.xml to the ...\maven2\settings.xml under Netbeans, but this is not a good answer for when things change in the future.

> CLONE -%MAVEN_HOME%/conf/settings.xml not being honored
> -------------------------------------------------------
>
>                 Key: MEVENIDE-554
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-554
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.3
>         Environment: Windows XP, Netbeans 5.5
>            Reporter: Jim McDonnell
>            Assignee: Milos Kleint
>
> I needed to change my default location of my local repository due to the hibernate Java persistence support not handling spaces in jar file locations when unit tests were executing.  Changing my repository location to c:\m2_repo solved that problem, but now I can't get the Maven2 Netbeans plugin to honor that location.  It always recreates the repository in the.m2 directory in my user home.  I have not been able to find a setting or a bug mentioning this, so I'm assuming it hasn't be run into before.
> This has caused me not to be able to build a maven2 project from inside netbeans because netbeans is telling maven2 to use a different location for it's repository than what I told Maven2 to use.  I have to run maven2 manually from a command prompt.

--
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

       

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email


[jira] Updated: (MEVENIDE-554) CLONE -%MAVEN_HOME%/conf/settings.xml not being honored

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MEVENIDE-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milos Kleint updated MEVENIDE-554:
----------------------------------

    Fix Version/s: NB_FUTURE

> CLONE -%MAVEN_HOME%/conf/settings.xml not being honored
> -------------------------------------------------------
>
>                 Key: MEVENIDE-554
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-554
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.3
>         Environment: Windows XP, Netbeans 5.5
>            Reporter: Jim McDonnell
>            Assignee: Milos Kleint
>             Fix For: NB_FUTURE
>
>
> I needed to change my default location of my local repository due to the hibernate Java persistence support not handling spaces in jar file locations when unit tests were executing.  Changing my repository location to c:\m2_repo solved that problem, but now I can't get the Maven2 Netbeans plugin to honor that location.  It always recreates the repository in the.m2 directory in my user home.  I have not been able to find a setting or a bug mentioning this, so I'm assuming it hasn't be run into before.
> This has caused me not to be able to build a maven2 project from inside netbeans because netbeans is telling maven2 to use a different location for it's repository than what I told Maven2 to use.  I have to run maven2 manually from a command prompt.

--
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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Commented: (MEVENIDE-554) CLONE -%MAVEN_HOME%/conf/settings.xml not being honored

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MEVENIDE-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=156544#action_156544 ]

Jaromir Uhrik commented on MEVENIDE-554:
----------------------------------------

This bug was transferred to the NetBeans Issuezilla bug tracking system as http://www.netbeans.org/issues/show_bug.cgi?id=154494

> CLONE -%MAVEN_HOME%/conf/settings.xml not being honored
> -------------------------------------------------------
>
>                 Key: MEVENIDE-554
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-554
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.3
>         Environment: Windows XP, Netbeans 5.5
>            Reporter: Jim McDonnell
>            Assignee: Milos Kleint
>             Fix For: NB_FUTURE
>
>
> I needed to change my default location of my local repository due to the hibernate Java persistence support not handling spaces in jar file locations when unit tests were executing.  Changing my repository location to c:\m2_repo solved that problem, but now I can't get the Maven2 Netbeans plugin to honor that location.  It always recreates the repository in the.m2 directory in my user home.  I have not been able to find a setting or a bug mentioning this, so I'm assuming it hasn't be run into before.
> This has caused me not to be able to build a maven2 project from inside netbeans because netbeans is telling maven2 to use a different location for it's repository than what I told Maven2 to use.  I have to run maven2 manually from a command prompt.

--
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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Closed: (MEVENIDE-554) CLONE -%MAVEN_HOME%/conf/settings.xml not being honored

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MEVENIDE-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milos Kleint closed MEVENIDE-554.
---------------------------------

    Resolution: Duplicate

closing the issue as duplicate of the newly created one in netbeans.org issuezilla.
Please post your additional comments to the new issue.

> CLONE -%MAVEN_HOME%/conf/settings.xml not being honored
> -------------------------------------------------------
>
>                 Key: MEVENIDE-554
>                 URL: http://jira.codehaus.org/browse/MEVENIDE-554
>             Project: mevenide
>          Issue Type: Bug
>          Components: mevenide2-netbeans
>    Affects Versions: NB_2.3
>         Environment: Windows XP, Netbeans 5.5
>            Reporter: Jim McDonnell
>            Assignee: Milos Kleint
>             Fix For: NB_FUTURE
>
>
> I needed to change my default location of my local repository due to the hibernate Java persistence support not handling spaces in jar file locations when unit tests were executing.  Changing my repository location to c:\m2_repo solved that problem, but now I can't get the Maven2 Netbeans plugin to honor that location.  It always recreates the repository in the.m2 directory in my user home.  I have not been able to find a setting or a bug mentioning this, so I'm assuming it hasn't be run into before.
> This has caused me not to be able to build a maven2 project from inside netbeans because netbeans is telling maven2 to use a different location for it's repository than what I told Maven2 to use.  I have to run maven2 manually from a command prompt.

--
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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email