Difference between revisions of "Apache Maven"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[wikipedia:Apache Maven]] ([[2004]]) is a [[build automation]] tool used primarily for [[Java]] projects.
 
[[wikipedia:Apache Maven]] ([[2004]]) 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>
  
mvn install
+
== Activities ==
 +
* Read about [[Maven Layout]] https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
  
 
+
== Related terms ==
== Activities ==
+
* [[TeamCity]]: [[TeamCity triggers]]
* Read about Maven Layout https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
+
* [[JFrog Artifactory]]
 +
* [[Gradle]]
  
 
== See also ==
 
== See also ==
 +
* {{mnv}}
 +
* {{Maven}}
 
* {{Make}}
 
* {{Make}}
 
* {{Java}}
 
* {{Java}}
* [[JFrog Artifactory]]
 
 
* {{Apache}}
 
* {{Apache}}
  
 
+
[[Category:Apache]]
[[Category:Computing]]
 

Latest revision as of 17:36, 30 November 2021

Advertising: