Add setup profile

Add a setup profile allowing the maven plugin to be build alone.
Required to prevent 'unresolveable build extension' errors on a
fresh checkout.

Issue: #52091115
This commit is contained in:
Phillip Webb
2013-06-20 17:24:47 -07:00
parent 51f312f77d
commit 56bfa30b2c
5 changed files with 123 additions and 110 deletions
@@ -18,9 +18,9 @@
</build>
<dependencies>
<dependency>
<groupId>@project.groupId@</groupId>
<artifactId>spring-bootstrap</artifactId>
<version>@project.version@</version>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.2.3.RELEASE</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>