Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
naomod
Software Construction and Evolution (SCE)
Software Construction and Evolution Lectures
Commits
8cb4aa82
Commit
8cb4aa82
authored
Mar 16, 2018
by
Gerson Sunyé
Browse files
several quickfixies
parent
4badb2e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
slides/ci.md
View file @
8cb4aa82
...
...
@@ -222,7 +222,7 @@ The capability to overcome resistance to implement improvements by using auto ma
-
Builds must be stable.
-
The build management tool is responsible for automatically carrying out all steps necessary to build the product.
----
----
## Build Automatization Tools
...
...
slides/maven.md
View file @
8cb4aa82
...
...
@@ -223,7 +223,9 @@ If the groupId is a fully qualified domain name such as `z.y.x` then you would e
1.
Add System variable M2_HOME as well as $M2_HOME/bin directory to your system path.
1.
Type the following in a terminal or command prompt:
mvn --version
```
sh
mvn
--version
```
----
...
...
@@ -327,14 +329,18 @@ mvn archetype:generate -DgroupId=fr.unantes.datatypes
-
`**/Abstract*Test.java`
-
`**/Abstract*TestCase.java`
-
Generate a basic website for the project:
`mvn site`
-
Clean the project (remove the
`target`
directory):
`mvn clean`
----
## Website/Reports Generation
-
Generate a basic website for the project:
-
`mvn site`
-
Clean the project (remove the
`target`
directory):
-
`mvn clean`
-
Create descriptor for the projects
-
for IntelliJ IDEA:
`mvn idea:idea`
-
for eclipse:
`mvn eclipse:eclipse`
-
for IntelliJ IDEA:
-
`mvn idea:idea`
-
for eclipse:
-
`mvn eclipse:eclipse`
----
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment