aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2019-09-07 11:17:11 +0000
committerClaude Brisson <cbrisson@apache.org>2019-09-07 11:17:11 +0000
commit15894edb045566844155c4ca60832a863d3b23d0 (patch)
tree28ba24382b67690d59e9038a912d6c0fc2089690 /pom.xml
parent2ab4e378a26e71d48449957ccf00d5bd4ef02306 (diff)
downloadapache-velocity-engine-15894edb045566844155c4ca60832a863d3b23d0.tar.gz
[engine] maven build should publish sources
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1866549 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 36310bd2..5a7ddcc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,6 +107,22 @@
<version>3.1.0</version>
</plugin>
</plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>3.1.0</version>
+ <configuration>
+ <includePom>false</includePom>
+ </configuration>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar-no-fork</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</pluginManagement>
<plugins>
<plugin>