Removed jboss-Repositories
[scannotation] / pom.xml
diff --git a/pom.xml b/pom.xml
index 353ce83..51a82b9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,17 +2,12 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.scannotation</groupId>
-    <artifactId>annotation-db</artifactId>
+    <artifactId>scannotation</artifactId>
     <packaging>jar</packaging>
-    <version>1.0</version>
-    <name>resteasy-jsr311</name>
+    <version>1.0.3</version>
+    <name>scannotation</name>
     <url>http://maven.apache.org</url>
-    <repositories>
-        <repository>
-            <id>jboss</id>
-            <url>http://repository.jboss.org/maven2</url>
-        </repository>
-    </repositories>
+
     <dependencies>
         <dependency>
             <groupId>junit</groupId>
@@ -27,9 +22,9 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>javassist</groupId>
+            <groupId>org.javassist</groupId>
             <artifactId>javassist</artifactId>
-            <version>3.6.0.GA</version>
+            <version>3.19.0-GA</version>
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>
             <scope>provided</scope>
         </dependency>
     </dependencies>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
     <build>
         <plugins>
             <plugin>
                     <target>1.5</target>
                 </configuration>
             </plugin>
+           <plugin>
+              <artifactId>maven-site-plugin</artifactId>
+              <configuration>
+                 <locales>en</locales>
+              </configuration>
+           </plugin>
         </plugins>
     </build>
 </project>