SoEBeS Blog
open-menu closeme
Home
Categories
About
Imprint
🌐
German English
github mastodon youtube bluesky linkedin instagram rss
  • Apache Maven 3.8.2 Released

    calendar Aug 14, 2021 · 4 min read

    The Apache Maven team is pleased to announce the release of the Apache Maven 3.8.2

    Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.

    Maven 3.8.2 …


    Read More
  • Maven Plugin Configuration - The (Unknown) Tiny Details

    calendar Apr 5, 2021 · 15 min read

    Overview

    If you are using Apache Maven I suppose you have configured several plugins within your pom file already. As an example we use the Maven Enforcer Plugin to prevent starting a given build with a Maven version which is less than 3.5.0 which looks like this:

     1<project>
     2  <build>
     3 …

    Read More
  • Apache Maven 3.8.1 Released

    calendar Apr 4, 2021 · 2 min read

    The Apache Maven team is pleased to announce the release of the Apache Maven 3.8.1

    Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.

    Maven 3.8.1 …


    Read More
  • Answering Questions on Stackoverflow means asking Questions

    calendar Jan 30, 2021 · 3 min read

    I'm very active on Stackoverflow and answering question on different topics but majority I do is about Apache Maven.

    So how I'm going to answer a question? First of course I read the question (obviously). Most of the time I realize there is not enough information in the question to really understand the problem. Often …


    Read More
  • Apache Shared Component: Maven Artifact Transfer Version 0.13.1 Released

    calendar Dec 26, 2020 · 1 min read

    The Apache Maven team is pleased to announce the release of the Apache Shared Component: Apache Maven Artifact Transfer Version 0.13.1

    An API to install, deploy and resolving artifacts with Maven3

    1<dependency>
    2  <groupId>org.apache.maven.shared</groupId>
    3  <artifactId>maven-artifact-transfer …

    Read More
  • Apache Maven Wagon Version 3.4.2 Released

    calendar Nov 29, 2020 · 1 min read

    The Apache Maven team is pleased to announce the release of Apache Maven Wagon 3.4.2.

    Apache Maven Wagon is a transport abstraction that is used in Mavens artifact and repository handling code.

    You can download the appropriate sources etc. from the download page.

    Release Notes - Maven Wagon - Version 3.4.2

    • Bug: …


    Read More
  • Apache Maven JLink Plugin Version 3.0.0 Released

    calendar Nov 25, 2020 · 2 min read

    The Apache Maven team is pleased to announce the release of the Apache Maven JLink Plugin, version 3.0.0.

    This is the first public release of this plugin. It is explicitly an alpha version which means you can give feedback how to use it or how to improve the plugin.

    The JLink Plugin is intended to create a Modular Java …


    Read More
  • Maven Plugin Testing - In a Modern way - Part VI

    calendar Sep 28, 2020 · 5 min read

    In the previous part of the series - Maven Plugin Testing - In a Modern way - Part V we have seen how to define system properties to run Maven. In this part we will take a deeper look how we can define profile(s) for a Maven call to be used.

    Let us take a look at a simple example taken from the previous part.

    1 …

    Read More
  • Spring Boot: Strategy Design Pattern - Convenience and Limitation

    calendar Sep 20, 2020 · 4 min read

    You might have already used the strategy pattern in relationship with Spring Boot where it is very convenient to use.

    You simply define an interface for example (I use the prefixing I only in these examples for clarity):

    1public interface IOneStrategy {
    2  void executeTheThing();
    3}
    

    Define some implementations like …


    Read More
  • Maven Plugin Testing - In a Modern way - Part V

    calendar Sep 10, 2020 · 3 min read

    In the previous part of the series - Maven Plugin Testing - In a Modern way - Part IV we have seen how to define goals to run Maven. In this part we will take a deeper look how we can define system properties for a Maven call to be used.

    Let us take a look at a simple example taken from the previous part.

    1 …

    Read More
    • ««
    • «
    • 9
    • 10
    • 11
    • 12
    • 13
    • »
    • »»

Karl Heinz Marbaise

Chairman of the Apache Maven Project, Apache Software Foundation Member, Mojo Haus Member, Java Developer, CI / CD Fan, Freelancer
Read More

Recent Posts

  • Maven 4 - Part I - Easier Versions
  • JDK22 - Gatherer
  • Apache Maven JaCoCo Configuration
  • Analysing Download Statistics for Apache Maven
  • Using JDK21 Preview Features and/or incubator classes
  • WARNINGs with Maven 3.9+
  • Full SonarQube installation via Ansible
  • Apache Maven Surefire Plugin Version 3.0.0-M8 Released

Categories

MAVEN 586 MAVEN-PLUGIN-RELEASES 388 SKM 229 SUBVERSION 131 MAVEN-SHARED 90 JAVA 66 MAVEN-RELEASES 23 PROGRAMMING 23 SUPOSE 22 BAZAAR 21 BUG/ISSUE TRACKING 20 PARENT-POMS 17 MAVEN BEST PRACTICE 16 DEVOPS 13
All Categories
ANDROID1 ANSIBLE1 ANT2 ASF-POMS9 AUTOMATION4 BAZAAR21 BEST PRACTICE1 BUG/ISSUE TRACKING20 CI4 CLEARCASE3 CONFERENCE1 CONTINIOUS DELIVERY1 CONTINUUM1 CVS2 DARCS1 DEPENDENCIES2 DEVOPS13 DOCKER1 DVCS9 GIT13 GITHUB1 HADOOP2 HUDSON2 INTEGRATION TESTING FRAMEWORK6 INTEGRATIONS TESTS2 IVY3 JACOCO1 JAGOSI5 JAVA66 JDK7 JDK-INCUBATOR1 JDK211 JDK221 JDK91 JENKINS4 JKD-PREVIEW1 LINUX1 MAVEN586 MAVEN BEST PRACTICE16 MAVEN RELEASE4 MAVEN-COMPONENTS12 MAVEN-CORE1 MAVEN-DAEMON1 MAVEN-INDEXER3 MAVEN-PLUGIN-RELEASES388 MAVEN-PLUGINS3 MAVEN-RELEASES23 MAVEN-RESOLVER1 MAVEN-SHARED90 MAVEN41 MERCURIAL13 MOJOHAUS2 MONOTONE3 NEXUS2 PARENT-POMS17 PHP1 PLASTIC SCM1 PLEXUS-COMPONENTS1 PLUGIN12 PLUGIN-CONFIGURATION1 POM1 PROGRAMMING23 REDMINE10 RELEASES4 REPOSITORY MANAGER1 REST API1 SHELL1 SKM229 SMARTSVN1 SPECTRUMSCM1 SPRING BOOT1 STACKOVERFLOW1 SUBVERSION131 SUPOSE22 SVK5 TEST7 TOMCAT1 TRAC1 UNIT TESTS4 USAGE1
[A~Z][0~9]
Copyright © 2004–2023, Karl Heinz Marbase - SoftwareEntwicklung Beratung Schulung

Copyright 2004-  COPYRIGHT © 2004–2023, KARL HEINZ MARBASE - SOFTWAREENTWICKLUNG BERATUNG SCHULUNG. All Rights Reserved

to-top