Search results
"tag:maven"
| Title and summary | Date/time | |
|---|---|---|
|
1
|
mvn deploy:deploy-file with WebDAV
Though most of the Java libraries are already in the official Maven repository you will from time to time encounter artifacts that are not available there. Reasons for this include licensing issues (e.g. Oracle JDBC drivers and some Sun Java APIs) and a ... |
Aug 27, 2008 10:09:01 PM |
|
2
|
Analyzing Module Dependencies
The declarative approach of Maven provides us with a lot of meta data of software modules that can lead to interesting insights when properly visualized. One attempt to do is by creating images of the dependency graph. JFrog Dependency Analyzer is an ... |
Sep 14, 2007 1:38:00 AM |
|
3
|
Maven vs Buildr
Jim Alateras talks about how Buildr could replace Maven in a blog entry titled "From Maven to buildr". Buildr claims to be a drop-in replacement of Maven as it uses the same file layout, artifact specifications, local and remote repositories. For sure ... |
Jul 17, 2007 1:36:00 AM |
|
4
|
Using Maven with IntelliJ IDEA 7.0
IntelliJ IDEA 7.0 (Selena) which is currently available as part of Jetbrain's Early Access Program now supports Maven out of the box. The efforts of various previous third party plugins have been joined into a first class feature with support for ... |
Jul 5, 2007 9:54:00 PM |
|
5
|
Using Maven to build Openfire Plugins
I've build a small Maven plugin to build Openfire Plugins. It's a mix of the maven-war-plugin and the Jetty JSPC plugin. Usage is quite simple, just add the plugin to your POM and set packaging to "openfire-plugin". Usage and installations instructions ... |
Apr 30, 2007 1:55:00 PM |
|
6
|
Attach Sources to your Maven Artifacts!
One of the key advantages of open source software besides being available free of charge is - well - that its source is available to developers reusing existing open source libraries. Having the source available in your IDE when developing against an ... |
Feb 28, 2007 12:30:00 AM |