Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SAT4J
sat4j
Commits
1aa9eb18
Commit
1aa9eb18
authored
Apr 18, 2017
by
Daniel Le Berre
Browse files
Fixed dependency to tests on sat4j-pseudo.
parent
a363f476
Pipeline
#104
passed with stage
in 11 minutes and 51 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
org.sat4j.br4cp/bin/org/sat4j/br4cp/AssumptionsBasedBr4cpBackboneComputer.class
deleted
100644 → 0
View file @
a363f476
File deleted
org.sat4j.pb/pom.xml
View file @
1aa9eb18
...
...
@@ -52,6 +52,7 @@
<artifactId>
org.ow2.sat4j.core
</artifactId>
<version>
${project.version}
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
junit
</groupId>
...
...
pom.xml
View file @
1aa9eb18
...
...
@@ -223,13 +223,15 @@ Sat4j is a full featured boolean reasoning library designed to bring state-of-th
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
2.
7
</version>
<version>
2.
9
</version>
<configuration>
<source>
${javaSource}
</source>
<!-- <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> <docletArtifact>
<groupId>org.umlgraph</groupId> <artifactId>doclet</artifactId> <version>5.1</version>
</docletArtifact> <additionalparam> </additionalparam> -->
</docletArtifact> -->
<additionalparam>
-Xdoclint:none
</additionalparam>
<useStandardDocletOptions>
true
</useStandardDocletOptions>
</configuration>
<executions>
<execution>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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