Eclipse 3.7 Indigo with M2E – lifecycle connectors

Posted by: Christian Moser Posted on: 8. July 2011 Comments: 1

Recently Eclipse 3.7 Indigo with M2E Plugin 1.0.0 was released.  Since Eclipse 3.7, M2E is part of the Eclipse Foundation. I had expected better of it. Since M2E 1.0.0, the plugin features a new life-cycle connector concept for maven-plugins. M2E users are now forced to provide a connector for every plugin used in their builds or if none connectors are available, to ignore the connectors. Unfortunately, to ignore the missing…

Fan control for Lenovo S10-3T

Posted by: Christian Moser Posted on: 3. February 2011 Comments: 6

The Lenovo S10-3T is a very smart device but when it comes to noise, it is very annoying. So I decided to modify a fan control profile written in C# for Notebook Hardware Control (NHC), which was originally programmed for the Lenovo S10 netbook. It required also some changes to make the file compatible with the newest release of NHC version 2.4.3 (32 Bit only). click here to download the…

Maven artifact sources / javadoc download

Posted by: Christian Moser Posted on: 20. December 2010 Comments: 0

Artifact sources resolution Um mit Maven alle sourcen der verwendeten direkten und transitiven dependencies aufzulösen, wird folgendender plugin Aufruf verwendet: [cc lang=’text’ line_numbers=’false’]mvn dependency:sources[/cc] Nun muss man wissen, dass nach dem Aufruf im target Verzeichnis des entsprechenden Projektes ein cache-Ordner “dependency-maven-plugin-markers” erstellt wird. Dies verhindert ein erneutes auflösen der sourcen beim selbigen Aufruf. Mit einem vorangehenden clean kann das dependency Plugin zu einem erneuten lookup gezwungen werden. [cc lang=’text’ line_numbers=’false’]mvn…