Help

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

Seam 3 modules and examples are published to the JBoss Community Maven Repository when they are released. The corresponding source and JavaDoc artifacts are also published to provide easy tooling support. You are not required to define additional repositories to use these artifacts.

We recommend adding this profile to your settings.xml:

<profiles>
    <profile>
       <id>jboss-public-repository</id>
       <activation>
          <property>
             <name>jboss-public-repository</name>
             <value>!false</value>
          </property>
       </activation>
       <repositories>
          <repository>
             <id>jboss-public-repository-group</id>
             <name>JBoss Public Maven Repository Group</name>
             <url>http://repository.jboss.org/nexus/content/groups/public</url>
             <releases>
                <enabled>true</enabled>
                <updatePolicy>never</updatePolicy>
             </releases>
             <snapshots>
                <enabled>false</enabled>
                <updatePolicy>never</updatePolicy>
             </snapshots>
          </repository>
       </repositories>
       <pluginRepositories>
          <pluginRepository>
             <id>jboss-public-repository-group</id>
             <name>JBoss Public Maven Repository Group</name>
             <url>http://repository.jboss.org/nexus/content/groups/public</url>
             <releases>
                <enabled>true</enabled>
                <updatePolicy>never</updatePolicy>
             </releases>
             <snapshots>
                <enabled>false</enabled>
                <updatePolicy>never</updatePolicy>
             </snapshots>
          </pluginRepository>
       </pluginRepositories>
    </profile>
 </profiles>

Alternatively, you can add it directly to your project's POM.

The Seam module artifacts using the following naming conventions:

  • Group ID: org.jboss.seam.[module]
  • Artifact ID: seam-[module](-[modifier])

Snapshots

You can also find snapshots alongside releases in the JBoss Community Repository (see org.jboss.seam). They is also a snapshot-only view of this repository (see org.jboss.seam).

You can depend on any Seam artifact found in that repository. The version of the artifact will end in -SNAPSHOT.