On Feb 18, 2004, at 12:11 PM, Kristian Köhler wrote:

Hi

b) put the xerces jars (from maven repo, for ex) in target/repository/xerces/jars

Why not adding a dependency enrty in project.xml for the assembly module?
This would make life easier for people working with JDK 1.4? ;-)

'cuz I had no clue how things worked. I only work w/ 1.3 and 1.4 so need to have this for myself :)


Thanks


Kristian

--- 8< ---

        <dependency>
            <groupId>xerces</groupId>
            <artifactId>xercesImpl</artifactId>
            <version>2.6.0</version>
            <properties>
                <repository>true</repository>
            </properties>
        </dependency>

        <dependency>
            <groupId>xerces</groupId>
            <artifactId>xmlParserAPIs</artifactId>
            <version>2.2.1</version>
            <properties>
                <repository>true</repository>
            </properties>
        </dependency>

--- 8< ---


--
Geir Magnusson Jr                                   203-247-1713(m)
[EMAIL PROTECTED]



Reply via email to