Tag: maven
-
HowTo – Generate Maven Projects Using Archetypes
Maven archetypes are invaluable for quickly bootstrapping projects with consistent structure. Here’s a practical guide to using them effectively. What are Maven Archetypes? Think of archetypes as project templates. They provide a standardized way to create new projects with predefined structures and dependencies. This ensures consistency across your team and saves considerable setup time. Common…
-
Uploading artifact to Nexus without Maven
There are several ways to upload an artifact to nexus with or without using maven. This will be helpful when your code is not written in java or language that does not work well with maven. Or you just want to upload a file to nexus from command line as a part of build process.…
