0.1.x (#206)

* Fix test cases

* Update maven plugins

* Update excludes

* Update License position

* Update License

* Update License

* Add exclude

* Update License

* Add maven-release-plugin

* Fix JavaDoc Issues

* Update build settings

* Update plugins

* Recover release profile
diff --git a/pom.xml b/pom.xml
index 759645e..93a3d84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,5 +87,38 @@
         </developer>
     </developers>
 
+    <profiles>
+        <profile>
+            <id>release</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-javadoc-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <phase>package</phase>
+                                <goals>
+                                    <goal>jar</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-gpg-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <phase>verify</phase>
+                                <goals>
+                                    <goal>sign</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
 
 </project>
\ No newline at end of file