You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ki...@apache.org on 2022/06/15 07:40:20 UTC

[jena] branch main updated: Add maven default goal to build

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 9a18b9de07 Add maven default goal to build
9a18b9de07 is described below

commit 9a18b9de073537ea72f53cc957cfd9bb63afbb7b
Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
AuthorDate: Wed Jun 15 19:03:43 2022 +1200

    Add maven default goal to build
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 47ff7b739b..bf30dc5921 100644
--- a/pom.xml
+++ b/pom.xml
@@ -818,6 +818,7 @@
   </dependencyManagement>
 
   <build>
+    <defaultGoal>clean test install</defaultGoal>
     <!-- Run the enforcer plugin automatically at compile time -->
     <plugins>
       <plugin>