<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.jakarta.turbine.maven.mevenide.user">
    <title>gmane.comp.jakarta.turbine.maven.mevenide.user</title>
    <link>http://blog.gmane.org/gmane.comp.jakarta.turbine.maven.mevenide.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.turbine.maven.mevenide.user/1380"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.turbine.maven.mevenide.user/1378"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.turbine.maven.mevenide.user/1375"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.turbine.maven.mevenide.user/1380">
    <title>[mevenide-user] Configured but no checkstyle errors in editor</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.turbine.maven.mevenide.user/1380</link>
    <description>&lt;pre&gt;Milos, or whoever can help,

 I can't get mevenide's checkstyle errors to work.
 I'm using yesterdays golden trunk build of netbeans (which uses the
"Maven" plugin 4.8) with a number of maven projects.

My main project has in it's pom
    &amp;lt;parent&amp;gt;
        &amp;lt;groupId&amp;gt;no.finntech&amp;lt;/groupId&amp;gt;
        &amp;lt;artifactId&amp;gt;omnipom&amp;lt;/artifactId&amp;gt;
        &amp;lt;version&amp;gt;2.1&amp;lt;/version&amp;gt;
    &amp;lt;/parent&amp;gt;

and this "omnipom" (which is not an opened project in the IDE) has
   &amp;lt;properties&amp;gt;
        &amp;lt;netbeans.checkstyle.format&amp;gt;true&amp;lt;/netbeans.checkstyle.format&amp;gt;
   &amp;lt;/properties&amp;gt;
   ...
  &amp;lt;reporting&amp;gt;...
            &amp;lt;plugin&amp;gt;
                &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
                &amp;lt;artifactId&amp;gt;maven-checkstyle-plugin&amp;lt;/artifactId&amp;gt;
                &amp;lt;version&amp;gt;2.5&amp;lt;/version&amp;gt;
                &amp;lt;configuration&amp;gt;
                    &amp;lt;configlocation&amp;gt;http://sonar.finntech.no/rules_configuration/export/java/Finn/checkstyle.xml&amp;lt;/configlocation&amp;gt;
                &amp;lt;/configuration&amp;gt;
            &amp;lt;/plugin&amp;gt;
            ...
    &amp;lt;/reporting&amp;gt;

The java sources ar&lt;/pre&gt;</description>
    <dc:creator>Mck</dc:creator>
    <dc:date>2010-09-27T06:27:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.turbine.maven.mevenide.user/1378">
    <title>[mevenide-user] Deployment to Weblogic 9.2</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.turbine.maven.mevenide.user/1378</link>
    <description>&lt;pre&gt;Hi,

 

I'd like to use MevenIde with Netbeans 6.8 and I have installed a
Weblogic 9.2 server in my IDE. Everything is fine there: I can
start/stop/debug/... the server.

Also, when I create a standard web project in NetBeans, deployment works
fine.

 

However, when I want to deploy a Maven project, the dialog box only
proposes to deploy to Tomcat or GlassFish. Not to Weblogic.

So, my question, is MevenIde able to deploy to Weblogic?

 

Thanks for your help.

 

Jean-Pol Landrain.

 

P.S.: I have done some research and it seems the deployment should
simply set the &amp;lt; netbeans.hint.deploy.server &amp;gt; property in my pom file.
So, as a possible workaround, I wanted to try setting this manually.
However, I don't know the value of this property for Weblogic. Hence, my
question hereabove.


This e-mail, and any files and attachments transmitted with it, is not confidential. It is not intended for the sole use of the named recipients(s) only. If you have received this message in error, please immediately notify us &lt;/pre&gt;</description>
    <dc:creator>LANDRAIN Jean-Pol</dc:creator>
    <dc:date>2010-03-19T11:45:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.turbine.maven.mevenide.user/1375">
    <title>[mevenide-user] Mavenide seems not to use settings.xml when downloading javadoc and sources</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.turbine.maven.mevenide.user/1375</link>
    <description>&lt;pre&gt;When I select "Download Javadoc" or "Download Sources" from the UI in NB 
6.7.1, the downloader doesn't seem to check the settings.xml file for mirror 
locations. Even though I have specified a mirror for central, AND specified 
additional artifact repositories, maven seems to try to download from the 
standard maven repo, and ignores my additional mirrors. This is also if I 
specify a parent project that exists on a internal repository and not on the 
central repo.

Is there any where I can edit the settings.xml file that the mavenide use for 
these kind of opperations?

I am using NB 6.7.1 and Maven 2.0.9.

Regards
Magne
&lt;/pre&gt;</description>
    <dc:creator>Magne Nordtveit</dc:creator>
    <dc:date>2009-09-03T08:22:57</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.jakarta.turbine.maven.mevenide.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.jakarta.turbine.maven.mevenide.user</link>
  </textinput>
</rdf:RDF>
