Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 882328 Details for
Bug 1084074
properties are not interpolated in generated auto-requires
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
module pom
file_1084074.txt (text/plain), 3.77 KB, created by
Pete MacKinnon
on 2014-04-03 14:41:18 UTC
(
hide
)
Description:
module pom
Filename:
MIME Type:
Creator:
Pete MacKinnon
Created:
2014-04-03 14:41:18 UTC
Size:
3.77 KB
patch
obsolete
><?xml version="1.0"?> ><!-- >Licensed to the Apache Software Foundation (ASF) under one or more >contributor license agreements. See the NOTICE file distributed with >this work for additional information regarding copyright ownership. >The ASF licenses this file to You under the Apache License, Version 2.0 >(the "License"); you may not use this file except in compliance with >the License. You may obtain a copy of the License at > > http://www.apache.org/licenses/LICENSE-2.0 > >Unless required by applicable law or agreed to in writing, software >distributed under the License is distributed on an "AS IS" BASIS, >WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. >See the License for the specific language governing permissions and >limitations under the License. >--> ><project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > <modelVersion>4.0.0</modelVersion> > <parent> > <groupId>org.apache.sqoop</groupId> > <artifactId>submission</artifactId> > <version>1.99.3</version> > </parent> > > <groupId>org.apache.sqoop.submission</groupId> > <artifactId>sqoop-submission-mapreduce</artifactId> > <name>Sqoop Mapreduce Submission Engine</name> > > <dependencies> > <dependency> > <groupId>org.apache.sqoop</groupId> > <artifactId>sqoop-core</artifactId> > </dependency> > > <dependency> > <groupId>org.apache.sqoop.execution</groupId> > <artifactId>sqoop-execution-mapreduce</artifactId> > <classifier>hadoop${hadoop.profile}</classifier> > </dependency> > > <dependency> > <groupId>junit</groupId> > <artifactId>junit</artifactId> > <scope>test</scope> > </dependency> > > <dependency> > <groupId>org.apache.sqoop</groupId> > <artifactId>sqoop-core</artifactId> > <type>test-jar</type> > <scope>test</scope> > </dependency> > > <!-- See profiles for Hadoop specific dependencies --> > > </dependencies> > > <!-- Add classifier name to the JAR name --> > <build> > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-jar-plugin</artifactId> > <version>2.4</version> > <configuration> > <classifier>hadoop${hadoop.profile}</classifier> > </configuration> > </plugin> > </plugins> > </build> > > <!-- Profiles for various supported Hadoop distributions --> > <profiles> > > <!-- Hadoop 1.x --> > <profile> > <id>hadoop100</id> > > <activation> > <property> > <name>hadoop.profile</name> > <value>100</value> > </property> > </activation> > > <dependencies> > <dependency> > <groupId>org.apache.hadoop</groupId> > <artifactId>hadoop-core</artifactId> > <scope>provided</scope> > </dependency> > </dependencies> > </profile> > > <!-- Hadoop 2.x (active by default) --> > <profile> > <id>hadoop200</id> > > <activation> > <activeByDefault>true</activeByDefault> > <property> > <name>hadoop.profile</name> > <value>200</value> > </property> > </activation> > > <properties> > <hadoop.profile>200</hadoop.profile> > </properties> > > <dependencies> > <dependency> > <groupId>org.apache.hadoop</groupId> > <artifactId>hadoop-common</artifactId> > <scope>provided</scope> > </dependency> > > <dependency> > <groupId>org.apache.hadoop</groupId> > <artifactId>hadoop-mapreduce-client-core</artifactId> > <scope>provided</scope> > </dependency> > </dependencies> > </profile> > </profiles> > ></project>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1084074
:
882326
| 882328