Hi,

On 6/1/16 9:57 PM, Roland Huss wrote:
Hi,

I tried to use a namespace different than the default one for POM
elements and failed. After some research through various JIRA tickets
its seems that this is a quite old topic, but I couldn't find a
statement whether namespace it is now planned or not. It's not that I
would expect any special namespace related feature, but merely to be
able to use specify a namespace like in

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         xmlns="http://maven.apache.org/POM/4.0.0";
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
                             http://maven.apache.org/POM/4.0.0";>

 ....
 <plugin>
    ....
    <m:configuration xmlns:m="http://maven.apache.org/POM/4.0.0";
                     xmlns="http://fabric8.io/fabric8-maven-plugin";>
       <myConfig>.....</myConfig>
    </m:configuration>
 </plugin>
 ....
</project>

This also my use case, namely to introduce an XSD for a plugin
configuration. Thus works with IDEA autocompletion and doc support, but
only when not switching the default namespace.



I don't know why, but I was unable to create a new issue on JIRA.
Therefore I 'hijacked' an old one because I think this is ticket is
still valid-->
https://issues.apache.org/jira/browse/MNG-2715?focusedCommentId=15307347&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15307347

Really bad idea to hijack an existing jira issue..
Please open a new one or if you have problems creating an issue please ask here on the users list first...


Kind regards
Karl Heinz Marbaise

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to