Skip to content

Commit 7ea55e3

Browse files
committedOct 3, 2021
#1097 readme
1 parent 46abcb8 commit 7ea55e3

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed
 

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,10 @@ instead of `${basedir}`.
6161

6262
Read this short summary of [typical mistakes](https://github.com/tpc2/qulice/wiki/mistakes)
6363
you may encounter in your project.
64-
Qulice can't catch them, that's why this wiki page...
65-
66-
#### Proxy
6764

6865
In order to download schemas required for XML validation you might need proxy
69-
setup. Maven proxy is not supported, but standard [JVM proxy](https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html)
66+
setup. Maven proxy is not supported, but standard
67+
[JVM proxy](https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html)
7068
works fine. To use it just add `-Dhttp.proxyHost=HOST -Dhttp.proxyPort=PORT`
7169
to your `MAVEN_OPTS` environment variable or to Maven command, e.g.
7270
`mvn clean verify -Dhttp.proxyHost=HOST -Dhttp.proxyPort=PORT`.
@@ -78,6 +76,8 @@ your changes and apply them to the `master` branch shortly, provided
7876
they don't violate our quality standards. To avoid frustration, before
7977
sending us your pull request please run full Maven build:
8078

81-
> mvn clean install -Pqulice
79+
```bash
80+
$ mvn clean install -Pqulice
81+
```
8282

8383
Keep in mind that JDK7 and Maven 3.1.0 are the lowest versions you may use.

‎qulice-spotbugs/pom.xml

-10
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
5555
</dependencies>
5656
<build>
5757
<plugins>
58-
<plugin>
59-
<artifactId>maven-jar-plugin</artifactId>
60-
<configuration>
61-
<archive>
62-
<manifestEntries>
63-
<Main-Class>com.qulice.findbugs.Wrap</Main-Class>
64-
</manifestEntries>
65-
</archive>
66-
</configuration>
67-
</plugin>
6858
<plugin>
6959
<groupId>com.github.github</groupId>
7060
<artifactId>site-maven-plugin</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.