Bug#708437: beansbinding: Install maven pom
Andrew Ross
ubuntu at rossfamily.co.uk
Wed May 15 19:02:38 UTC 2013
Package: beansbinding
Version: 1.2.1-1
Severity: wishlist
Dear Maintainer,
Please consider installing a maven pom alongside this package. This
could be achieved using jh_maven_repo_helper - a sample pom is
included below.
Thanks,
Andy
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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.jdesktop</groupId>
<artifactId>beansbinding</artifactId>
<version>1.2.1</version>
<packaging>jar</packaging>
<name>org.jdesktop - Beans Binding</name>
<description>
In essence, Beans Binding (JSR 295) is about keeping two
properties (typically of two objects) in sync. An additional
emphasis is placed on the ability to bind to Swing components, and
easy integration with IDEs such as NetBeans. This project provides
the reference implementation.
</description>
</project>
More information about the pkg-java-maintainers
mailing list