Hi Karl Heinz,

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

Agreed, but I really couldn't create a new ticket at that time (only
service desk ticket were enabled) so that what my last ressort. Sorry,
very likely my fault, since I could open a ticket today -->
https://issues.apache.org/jira/browse/MNG-6036

Beside this, and idea or opinion on when namespace were supported as
described in
https://cwiki.apache.org/confluence/display/MAVEN/Moving+forward+with+the+POM+data+model
or even in a very lighweight way with simply ignoring namespaces ? That
should even work with a plain parser by simply stripping out any
namespace prefix before processing tags.

thanks ...
... roland

> 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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to