blob: 8d9d89aa2332b1df60794a0a646a44701accb447 [file] [log] [blame]
Cedric Bruna99fa4c2011-07-20 16:41:19 +02001h1. Intent - tooling for writing useful and synchronized documentation
2
3Intent is a tool allowing developers to easily write a documentation up-to-date with any development artifact (models, code, environment...).
4
5The documentation, integrated with other Eclipse tools, then becomes truly useful and is no longer a burden that developer have to carry to please their customers or their project manager.
6
7Based on Donald Knuth's Literate Programming concepts and allowing collaborative work around design tasks, Intent will try to reconcile developers with Documentation.
8
9h2. Contributing
10
11see the plugins/org.eclipse.mylyn.docs.intent/dev/README_BEFORE_CODING.textile file to setup your development environment.
12
13h2. Building
14
Cedric Brun627fa462011-07-21 11:13:48 +020015Just use maven 3, to build :
Cedric Bruna99fa4c2011-07-20 16:41:19 +020016
17mvn clean verify
18
Cedric Brun627fa462011-07-21 11:13:48 +020019to build and *launch the tests* :
20
21mvn clean package
22
Cedric Bruna99fa4c2011-07-20 16:41:19 +020023