docs and pgp version
parent
17478fcfc4
commit
17d8bfa907
2
pom.xml
2
pom.xml
|
@ -297,7 +297,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-gpg-plugin</artifactId>
|
||||
<version>1.5</version>
|
||||
<version>1.6</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>verify</phase>
|
||||
|
|
|
@ -320,6 +320,7 @@ public class Site {
|
|||
* Disable it to ignore all cookie fields and stay clean.
|
||||
* Warning: Set cookie will still NOT work if disableCookieManagement is true.
|
||||
* @param disableCookieManagement disableCookieManagement
|
||||
* @return this
|
||||
*/
|
||||
public Site setDisableCookieManagement(boolean disableCookieManagement) {
|
||||
this.disableCookieManagement = disableCookieManagement;
|
||||
|
|
Loading…
Reference in New Issue