Skip to content
forked from his-eg/macker

Macker is a build-time architectural rule checking utility for Java developers. It's meant to model the architectural ideals programmers always dream up for their projects, and then break - it helps keep code clean and consistent.

License

Notifications You must be signed in to change notification settings

indigobyte/macker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Documentation and examples

To create new version of maven artifact do this:

Checkout mvn-repo branch into some folder Run command:

mvn clean package deploy:deploy-file \
    -DgroupId=de.andrena.tools.macker \
    -DartifactId=macker \
    -Dversion=1.0.6-CUSTOM \
    -Dfile=target/macker-1.0.6-CUSTOM.jar \
    -Dsources=target/macker-1.0.6-CUSTOM-sources.jar \
    -Djavadoc=target/macker-1.0.6-CUSTOM-javadoc.jar \
    -DpomFile=pom.xml \
    -Durl=file://path-to-mvn-repo-folder

Change version numbers according to the new version. Specify path to the folder with mvn-repo branch. It must be full path in URL format starting with file:// protocol.

About

Macker is a build-time architectural rule checking utility for Java developers. It's meant to model the architectural ideals programmers always dream up for their projects, and then break - it helps keep code clean and consistent.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.6%
  • CSS 2.2%
  • XSLT 1.2%