Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
13 results tagged maven  ✕
Maven Releases on Steroids: Adios Release Plugin! - Blog - Axel Fontaine - Entrepreneur, Architect, Developer, Trainer, Public Speaker, Author https://axelfontaine.com/blog/maven-releases-steroids.html
Tue Feb 16 22:18:26 2016 archive.org
QRCode
thumbnail

Merci pour le poisson ;) je vais tester cela de suite :

1er article d'une série qui propose une alternative plus simple/fiable/rapide au Maven Release Plugin de Jenkins pour créer une nouvelle release Maven.

https://axelfontaine.com/blog/maven-releases-steroids-2.html
https://axelfontaine.com/blog/maven-releases-steroids-3.html
https://axelfontaine.com/blog/final-nail.html

via https://julien.mailleret.fr/links/?8PEg1g

maven git pom version release steroid
danielflower/multi-module-maven-release-plugin https://github.com/danielflower/multi-module-maven-release-plugin
Thu Jan 14 01:00:40 2016 archive.org
QRCode
thumbnail

The Multi Module Maven Release Plugin for Git
This plugin is an alternative to the maven-release-plugin which was created with the following principles:

It should be trivial to release modules from a multi-module plugin, and only those modules that have changes should be released
No commits should be made to a repo during a release
Maven conventions such as developing against SNAPSHOT versions should be retained
Git should not need to be installed on the system.
See the introductory blog post for more background.

The plugin works with the idea that a software module has two types of versions: the “business version” and the “build number”. The business version is used for semantic versioning, and may be something like “1.0”, “1.1.0”, etc. During development, the version in the pom is the business version with -SNAPSHOT appended. During a release, module version becomes business-version.build-number and this is what the repo is tagged with, and this is what the pom version becomes in the deployed artifact (however this version is not committed as a change to your pom).

This plugin automatically generates build numbers, starting from 0 and incrementing each time, by looking at previous releases in the Git history. Alternatively, you can use a number that increments on each release - like your CI server’s build number for example.

Differences with the maven-release-plugin
Only Git is supported
Each module released will have a separate tag with its artifact ID and version so that it is easy to see when a version of a module was released
A module is only released if there are changes to it
The release version of the pom is not committed back to the repository
Tests are run once by default (or optionally not at all)

maven multi module git release
How to get Maven release to clone git submodules? http://stackoverflow.com/questions/6938142/how-to-get-maven-release-to-clone-git-submodules
Thu Jan 14 00:55:16 2016 archive.org
QRCode
thumbnail
org.codehaus.mojo exec-maven-plugin false git submodule update initialize git submodule update --init --recursive exec
git maven sub module release
Eclipse sous linux (fedora) ne trouve pas mes JRE ?? /shaare/FMv33g
Fri Jul 5 22:09:43 2013 archive.org
QRCode

Punaise !!

  • tu veux te faire un poste plutot "clean"

  • tu installes tout ce qui est "pour le dev" dans /opt/ histoire de pas polué le reste du système.

  • tu forces l'installation des différentes version de rpm de la jdk

  • tu lances éclipse tu lui passe le chemin vers /opt/java (dans java -> installed jre) et il ne trouve rien oO oO

  • tu cherches sans succés sur le net....

  • et puis tu finis par aller voir dans /usr/java et LA tu vois qu'ils y a des liens symboliques vers les différentes versions DANS /opt/java oO

Et en pleurant tu passes à Eclipse /usr/java au lieu de /opt/java ET CA MARCHE !! facepalm :/ /o\

Bref, j'ai installé eclipse sous fedora...

maven java eclipse fedora jre installed
Eclipse: Lorsque dans "Server" vous ne trouvez pas Tomcat... /shaare/sqWq_Q
Thu Apr 11 17:58:27 2013 archive.org
QRCode

Alors si comme moi... ( :/ ) vous avez installé un Eclipse "propre" "java" sans le "EE" et que vous voulez Maven + WTP + Tomcat il faut:

  • via le market place installer m2e
  • via le market place installer WTP

mais cela NE SUFFIT PAS car la version "Java" seule n'a pas les JST adapters.

donc via "Help -> Install new software..."
choisissez le site de votre version d'eclipse (pour moi : http://download.eclipse.org/releases/juno)
tapez "jst" dans la barre de rechercher et installez tout les Jst server adaptors...

redémarrez et vous trouverez Tomcat comme d'habitude ;)

PS: j'ai cherché deux heures pan!

PPS(note à moi-même): avant de tester... penser à redémarrer Eclipse... Pan!Pan!

eclipse tomcat wtp maven java EE
Change Packaging Type Based on Profile - Maven - Boplicity's Confluence https://boplicity.nl/confluence/display/maven/Change+Packaging+Type+Based+on+Profile
Mon Feb 4 18:45:48 2013 archive.org
QRCode
thumbnail

Maven: comment compiler un WAR ou un JAR à la demande pour un même projet ?

<?xml version="1.0" encoding="UTF-8"?>

4.0.0 .. ${packaging.type} webapp true war batch jar
maven war jar same project
Get source jar files attached to Eclipse for Maven-managed dependencies - Stack Overflow http://stackoverflow.com/questions/310720/get-source-jar-files-attached-to-eclipse-for-maven-managed-dependencies
Wed Oct 24 23:57:45 2012 archive.org
QRCode
thumbnail

Télécharger les sources de vos dépendances Maven en même temps que celles ci ? le plugin Eclipse vous le permet, il suffit de cocher la bonne cas ;)

Bien sur cela ne sera possible que si la dépendance publie ses sources ;)

maven eclipse dependance sources plugin jar
Maven Assembly http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html
Thu Aug 30 23:43:08 2012 archive.org
QRCode
thumbnail

Ou comment générer autre chose que les jar par défaut avec maven.

Attention beaucoup de configuration nécessaire mais au final un jar / ear / war (ou bar ?) aux petits oignons.

http://maven.apache.org/plugins/maven-assembly-plugin/index.html

maven assembly jar war ear bar zip
Sonar – Installation | Qualilogy http://qualilogy.com/code-analysis-tools/sonar-installation/?lang=fr
Wed Feb 1 23:16:16 2012 archive.org
QRCode
thumbnail

Comment installer sonar sans utiliser maven...
et une documentation très détaillée une : http://linsolas.developpez.com/articles/java/qualite/sonar/

maven sonar
Maven 4 Eclipse plugin - Installation http://m4eclipse.sourceforge.net/installation.html
Tue Dec 13 00:53:12 2011 archive.org
QRCode
thumbnail

Le plugin Maven 2 pour eclipse, très utile quand on est en environnement Maven ;)

maven eclipse plugin
Apache Ant - External Tools and Tasks http://ant.apache.org/external.html
Fri Dec 9 23:40:09 2011 archive.org
QRCode
thumbnail

Les tâches qui peuvent être ajoutées à ANT afin d'en augmenter les possibilités (à l'heure de Maven c'est toujours utile à savoir...)

ANT maven tache automatisation
JAR Search Engine - findJAR.com http://www.findjar.com/index.jsp
Thu Oct 20 07:14:56 2011 archive.org
QRCode
thumbnail

findJAR.com is a search engine for JAR files and Java classes. It helps Java Developers to resolve NoClassDefFoundError and ClassNotFoundException problems. findJAR.com is based on the extensive ibiblio maven repository.

findJAR search engine for JAR files Java classes It helps developers resolve NoClassDefFoundError ClassNotFoundException problems based on extensive ibiblio maven maven2 repository
Java JAXP, Transforming XML to XHTML http://www.developer.com/java/data/article.php/3398741
Thu Oct 20 07:03:20 2011 archive.org
QRCode
thumbnail

Baldwin shows you how to use XSLT to
transform an XML
document into an XHTML document.  He also shows you how to
write Java code to perform the same transformation.

Java Open Source JSF Rails Mono Linux Eclipse Maven Hibernate Subversion Servlet Android Jython Python Perl clojure Baldwin shows how XSLT transform an XML document into XHTML He also write code perform same transformation
4994 links, including 1900 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn