Skip to content

Commit 3592a73

Browse files
xcoulonbartoszmajsak
authored andcommitted
Adding Groovy build plugin in parent pom.xml to allow for importng projects in Eclipse
Also adding a paragraph to mention that the Groovy tooling for Eclipse should be installed before importing the projects in the workspace.
1 parent 14d0882 commit 3592a73

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ When developing and runing them from IDE, remember to activate the profile befor
7171

7272
To learn more about Arquillian please refer to the [Arquillian Guides](http://arquillian.org/guides/)
7373

74+
### Importing in Eclipse ###
75+
76+
To import the samples in an Eclipse workspace, please install the [Groovy plugins for your Eclipse version](http://groovy.codehaus.org/Eclipse+Plugin) first, then import the sample projects you want using File>Import>Existing Maven Projects.
77+
7478
## How to contribute ##
7579

7680
With your help we can improve this set of samples, learn from each other and grow the community full of passionate people who care about the technology, innovation and code quality. Every contribution matters!

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,12 @@
272272
</dependency>
273273
</dependencies>
274274
</plugin>
275+
<plugin>
276+
<groupId>org.codehaus.groovy</groupId>
277+
<artifactId>groovy-eclipse-compiler</artifactId>
278+
<version>2.8.0-01</version>
279+
<extensions>true</extensions>
280+
</plugin>
275281
<plugin>
276282
<groupId>org.apache.maven.plugins</groupId>
277283
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)