Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification.
The following page has been changed by JeanMichelGarnier: http://wiki.apache.org/maven/MavenDiscussionConventions ------------------------------------------------------------------------------ * Refactorisación de los proyectos existentes == Proyecto de servico estandarde == + Inspired from http://maven.apache.org/reference/conventions.html {{{ / @@ -17, +18 @@ | +- main/ | | +- java/ | | | +- net + | | | +- ... | | +- resources/ - | | +- + | | +-conf + | | +-log4j + | | +-spring + | | +-jdbc + | | +-hibernate | +- test/ | | +- java/ | | | +- net + | | | +- ... | | +- resources/ - | | +- ... + | | +-conf + | | +-spring + | | +-jdbc +- target/ | +- ... +- project.xml + +- maven.xml "Should be empty " + +- .project "See " + +- .classpath "See " - +- .projecy - +- .classpath - +- . - }}} - See http://maven.apache.org/reference/conventions.html + == Proyecto de webapp estandarde == + | | +- webapp/ @@ -42, +51 @@ === Refactorisación de los proyectos existentes === - * Compartir el Checkstyle plugin + Todos los proyectos heredan las propiedades definidas en el project.properties de openFrame-root. + + 1. Checkstyle (http://maven.apache.org/reference/plugins/checkstyle/index.html) + 2. PMD (http://pmd.sourceforge.net/index.html) + + 3. Gestion de las dependencias + Ref: http://maven.apache.org/using/managing-dependencies.html + + ... TodavÃa, Estoy jugando con Maven ... + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
