maven - Snapshot and artifacts -


i new build process.

can give me details snapshot , artifacts.

the best source remains sonatype books on maven (and on product nexus ;) see their list of other resources)

for instance:release , snapshot repositories

a repository stores 2 types of artifacts: releases , snapshots.

  • release repositories stable, static release artifacts.
  • snapshot repositories updated repositories store binary software artifacts projects under constant development.

Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -