Bladeren bron

try to ensure consumer archetype will build with an empty repo so force local download of antrun plugin

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1583884 13f79535-47bb-0310-9956-ffa450edef68
tags/archiva-2.1.0
Olivier Lamy 10 jaren geleden
bovenliggende
commit
849fcd958c
1 gewijzigde bestanden met toevoegingen van 20 en 0 verwijderingen
  1. 20
    0
      archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/pom.xml

+ 20
- 0
archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/pom.xml Bestand weergeven

@@ -105,6 +105,26 @@
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>package</id>
<phase>package</phase>
<configuration>
<tasks>
<echo>
Just ensure plugin is downloaded in local repo for it test
</echo>
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>


Laden…
Annuleren
Opslaan