Difference between revisions of "Apache Maven"

From wikieduonline
Jump to navigation Jump to search
 
(29 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Draft}}
+
[[wikipedia:Apache Maven]] ([[2004]]) is a [[build automation]] tool used primarily for [[Java]] projects.
Maven is a [[build automation]] tool used primarily for Java projects.
 
  
 +
* Ubuntu installation: <code>[[apt install maven]]</code>
 +
 +
== Commands ==
 +
* <code>[[mvn]]</code>
 +
* <code>[[mvn --help]]</code>
 +
* <code>[[mvn install]]</code>
 +
* <code>[[mvn compile]]</code>
 +
* <code>[[mvn test]]</code>
 +
* <code>[[mvn package]]</code>
 +
 +
== Activities ==
 +
* Read about [[Maven Layout]] https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
 +
 +
== Related terms ==
 +
* [[TeamCity]]: [[TeamCity triggers]]
 +
* [[JFrog Artifactory]]
 +
* [[Gradle]]
  
 
== See also ==
 
== See also ==
 +
* {{mnv}}
 +
* {{Maven}}
 
* {{Make}}
 
* {{Make}}
* [[JFrog Artifactory]]
+
* {{Java}}
 
+
* {{Apache}}
  
[[Category:Computing]]
+
[[Category:Apache]]

Latest revision as of 17:36, 30 November 2021

Advertising: