Skip to content

smorrison-discovery/wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Wrapper

Description:

The DualBuild Java Toolkit is a modular Java application designed to demonstrate and support builds using both Maven and Gradle. This setup is ideal for teams transitioning between build tools, maintaining legacy systems, or evaluating the strengths of each build system in a unified environment.

Key Features:

  • ✅ Fully functional Maven Wrapper (mvnw) for consistent Maven builds across environments.
  • ✅ Fully functional Gradle Wrapper (gradlew) for consistent Gradle builds.
  • 🧪 Includes unit tests with JUnit.
  • 🔧 Supports dependency management, packaging, and multi-module configurations.
  • 📄 Sample configurations for both pom.xml and build.gradle.

Use Cases:

Comparing Maven and Gradle performance and features. Training or onboarding developers on both build systems. Supporting hybrid teams or CI/CD pipelines with flexible build options.

Example

mvn archetype:generate -DgroupId=com.example -DartifactId=myproject -DoutputDirectory=\path\to\location -DinteractiveMode=false

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors