diff options
author | Thomas <> | 2021-02-22 09:24:22 +0100 |
---|---|---|
committer | Thomas <> | 2021-02-22 09:24:22 +0100 |
commit | 18d972fa54b63fd4d7392f64b3b827eb4d2786db (patch) | |
tree | 45afdc03c611369a55ba8b4f8e1b8b9bd22a0d02 /pom.xml | |
parent | b16cc99a8533a65b2bf8764a2f017a5882eed0cd (diff) | |
download | EAAF-Components-18d972fa54b63fd4d7392f64b3b827eb4d2786db.tar.gz EAAF-Components-18d972fa54b63fd4d7392f64b3b827eb4d2786db.tar.bz2 EAAF-Components-18d972fa54b63fd4d7392f64b3b827eb4d2786db.zip |
update build process to deploy source.jar into maven repo
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -704,7 +704,7 @@ <execution> <id>attach-sources</id> <goals> - <goal>jar</goal> + <goal>jar-no-fork</goal> </goals> </execution> </executions> |